mgyigit commited on
Commit
b601310
·
verified ·
1 Parent(s): d280876

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -190,8 +190,9 @@ with block:
190
  )
191
 
192
  #with gr.Column():
193
- human_file = gr.components.File(label="The representation file (csv) for Human dataset", file_count="single", type='filepath')
194
- skempi_file = gr.components.File(label="The representation file (csv) for SKEMPI dataset", file_count="single", type='filepath')
 
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()