Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -94,7 +94,9 @@ with gr.Blocks(css=".gradio-container { max-width: 900px; margin: auto; padding:
|
|
94 |
placeholder="Type your review here..."
|
95 |
)
|
96 |
|
97 |
-
|
|
|
|
|
98 |
|
99 |
with gr.Row():
|
100 |
with gr.Column():
|
|
|
94 |
placeholder="Type your review here..."
|
95 |
)
|
96 |
|
97 |
+
with gr.Row():
|
98 |
+
analyze_button = gr.Button("Analyze Sentiment", variant="primary") # Blue button
|
99 |
+
clear_button = gr.ClearButton([text_input, gru_output, lstm_output, bilstm_output, statistics_output]) # Clear button
|
100 |
|
101 |
with gr.Row():
|
102 |
with gr.Column():
|