Spaces:
Running
on
Zero
Running
on
Zero
remove optional parameter
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ def classify_comments():
|
|
38 |
|
39 |
# Gradio Interface
|
40 |
with gr.Blocks() as nps:
|
41 |
-
uploaded_file = gr.File(label="Upload CSV", file_types=["csv"]
|
42 |
template_btn = gr.Button("Use Template")
|
43 |
gr.Markdown("# NPS Comment Categorization")
|
44 |
classify_btn = gr.Button("Classify Comments")
|
|
|
38 |
|
39 |
# Gradio Interface
|
40 |
with gr.Blocks() as nps:
|
41 |
+
uploaded_file = gr.File(label="Upload CSV", file_types=["csv"])
|
42 |
template_btn = gr.Button("Use Template")
|
43 |
gr.Markdown("# NPS Comment Categorization")
|
44 |
classify_btn = gr.Button("Classify Comments")
|