Spaces:
Running
Running
Commit
·
5481b27
1
Parent(s):
373dd05
Update app.py
Browse files
app.py
CHANGED
@@ -150,8 +150,7 @@ with gr.Blocks() as demo:
|
|
150 |
with gr.Row():
|
151 |
with gr.Column():
|
152 |
input_file = gr.File(
|
153 |
-
label="Upload a dataset")
|
154 |
-
send_btn = gr.Button("Send")
|
155 |
input_checks = gr.CheckboxGroup(
|
156 |
["emotion frequencies", "emotion distribution over time", "peaks", "topics"],
|
157 |
label = "Select options")
|
|
|
150 |
with gr.Row():
|
151 |
with gr.Column():
|
152 |
input_file = gr.File(
|
153 |
+
label="Upload a dataset")
|
|
|
154 |
input_checks = gr.CheckboxGroup(
|
155 |
["emotion frequencies", "emotion distribution over time", "peaks", "topics"],
|
156 |
label = "Select options")
|