Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -190,8 +190,9 @@ with block:
|
|
190 |
)
|
191 |
|
192 |
#with gr.Column():
|
193 |
-
|
194 |
-
|
|
|
195 |
|
196 |
submit_button = gr.Button("Submit Eval")
|
197 |
submission_result = gr.Markdown()
|
|
|
190 |
)
|
191 |
|
192 |
#with gr.Column():
|
193 |
+
with gr.Row:
|
194 |
+
human_file = gr.components.File(label="The representation file (csv) for Human dataset", file_count="single", type='filepath')
|
195 |
+
skempi_file = gr.components.File(label="The representation file (csv) for SKEMPI dataset", file_count="single", type='filepath')
|
196 |
|
197 |
submit_button = gr.Button("Submit Eval")
|
198 |
submission_result = gr.Markdown()
|