Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -96,9 +96,8 @@ with gr.Blocks() as nps:
|
|
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 |
-
|
100 |
-
|
101 |
-
template_btn = gr.Button("Use Template", size="sm")
|
102 |
|
103 |
# Category section
|
104 |
with gr.Row():
|
|
|
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 |
+
# Use Template button
|
100 |
+
template_btn = gr.Button("Use Template", size="sm")
|
|
|
101 |
|
102 |
# Category section
|
103 |
with gr.Row():
|