Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -190,7 +190,7 @@ with block:
|
|
| 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 |
|
|
|
|
| 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 |
|