Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -104,7 +104,7 @@ with gr.Blocks(title="Sentiment + Tag Analysis System") as demo:
|
|
| 104 |
|
| 105 |
with gr.Row():
|
| 106 |
with gr.Column():
|
| 107 |
-
input_box = gr.Textbox(label="Enter a
|
| 108 |
submit_btn = gr.Button("🔍 Analyze")
|
| 109 |
with gr.Column():
|
| 110 |
sentiment_output = gr.Textbox(label="Sentiment Result", lines=6)
|
|
|
|
| 104 |
|
| 105 |
with gr.Row():
|
| 106 |
with gr.Column():
|
| 107 |
+
input_box = gr.Textbox(label="Enter a review", placeholder="e.g., The park is peaceful and the staff are friendly...", lines=4)
|
| 108 |
submit_btn = gr.Button("🔍 Analyze")
|
| 109 |
with gr.Column():
|
| 110 |
sentiment_output = gr.Textbox(label="Sentiment Result", lines=6)
|