Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
| 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 |
-
|
| 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("---")
|