Update app.py
Browse files
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="
|
151 |
-
placeholder="
|
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")
|