LanguageBind commited on
Commit
469b5f7
1 Parent(s): 7fd091d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -179,7 +179,7 @@ with block:
179
 
180
  with gr.Column():
181
 
182
- input_file = gr.File(label="Click to Upload a csv File", type='binary')
183
  submit_button = gr.Button("Submit Eval")
184
 
185
  submission_result = gr.Markdown()
 
179
 
180
  with gr.Column():
181
 
182
+ input_file = gr.File(label="Click to Upload a json File", type='binary')
183
  submit_button = gr.Button("Submit Eval")
184
 
185
  submission_result = gr.Markdown()