dnzblgn commited on
Commit
66c3528
·
verified ·
1 Parent(s): 320a5f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -140,7 +140,7 @@ with gr.Blocks(css=background_css) as interface:
140
 
141
  file_input.change(process_file, inputs=file_input, outputs=file_output)
142
 
143
- with gr.Tab("Try Other Sentiment Models (No Sarcasm)"):
144
  with gr.Row():
145
  other_model_selector = gr.Dropdown(
146
  choices=list(additional_models.keys()),
 
140
 
141
  file_input.change(process_file, inputs=file_input, outputs=file_output)
142
 
143
+ with gr.Tab("Try Other Sentiment Models"):
144
  with gr.Row():
145
  other_model_selector = gr.Dropdown(
146
  choices=list(additional_models.keys()),