ZennyKenny commited on
Commit
fc412f0
Β·
verified Β·
1 Parent(s): 983df39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -90,14 +90,13 @@ with gr.Blocks() as nps:
90
  with gr.Row():
91
  with gr.Column(scale=1):
92
  uploaded_file = gr.File(label="Upload CSV", type="filepath", scale=1)
93
- with gr.Column(scale=2):
94
  gr.Markdown("""
95
  **Instructions:**
96
  - Upload a CSV file with at least one column: `customer_comment`.
97
  - If you don't have your own data, click **Use Template** to load a sample dataset.
98
  """)
99
- with gr.Row():
100
- template_btn = gr.Button("Use Template", size="sm")
101
 
102
  # Visual separator
103
  gr.Markdown("---")
 
90
  with gr.Row():
91
  with gr.Column(scale=1):
92
  uploaded_file = gr.File(label="Upload CSV", type="filepath", scale=1)
93
+ with gr.Column(scale=1):
94
  gr.Markdown("""
95
  **Instructions:**
96
  - Upload a CSV file with at least one column: `customer_comment`.
97
  - If you don't have your own data, click **Use Template** to load a sample dataset.
98
  """)
99
+ template_btn = gr.Button("Use Template", size="sm")
 
100
 
101
  # Visual separator
102
  gr.Markdown("---")