mgyigit commited on
Commit
1b91391
1 Parent(s): b601310

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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