echung682 commited on
Commit
a281269
·
verified ·
1 Parent(s): dd19745

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -147,8 +147,8 @@ with gr.Blocks(title="Emotion Reader") as emotion_reader:
147
  with gr.Row():
148
  with gr.Column(): #user text input
149
  text_input = gr.Textbox(
150
- label="Enter your text",
151
- placeholder="Type your message here. Type 'quit' to see final results."
152
  )
153
  with gr.Column(): #emotion results
154
  emotion_result = gr.Textbox(label="Emotion Results")
 
147
  with gr.Row():
148
  with gr.Column(): #user text input
149
  text_input = gr.Textbox(
150
+ label="Type your message here. Type 'quit' to see final results.",
151
+ placeholder="Enter text"
152
  )
153
  with gr.Column(): #emotion results
154
  emotion_result = gr.Textbox(label="Emotion Results")