jayebaku commited on
Commit
58cbd2d
·
verified ·
1 Parent(s): 8b151bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ with gr.Blocks() as demo:
49
 
50
  with gr.Column(scale=6):
51
  text_field = gr.Textbox(label="Text field name", value="tweet_text")
52
- event_model = gr.Dropdown(event_models, label="Select classification model", value=0)
53
  predict_button = gr.Button("Start Prediction")
54
 
55
  with gr.Row(): # XXX confirm this is not a problem later --equal_height=True
 
49
 
50
  with gr.Column(scale=6):
51
  text_field = gr.Textbox(label="Text field name", value="tweet_text")
52
+ event_model = gr.Dropdown(event_models, label="Select classification model")
53
  predict_button = gr.Button("Start Prediction")
54
 
55
  with gr.Row(): # XXX confirm this is not a problem later --equal_height=True