arjahojnik commited on
Commit
a3df6ce
·
verified ·
1 Parent(s): 42aa6c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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
- analyze_button = gr.Button("Analyze Sentiment", variant="primary") # Blue button
 
 
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():