Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"
|
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
|