Stellajin916 commited on
Commit
fea2d22
Β·
verified Β·
1 Parent(s): b917252

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 JD.com 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)
 
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)