Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -227,7 +227,7 @@ with gr.Blocks() as forest:
|
|
| 227 |
with gr.Row():
|
| 228 |
msg = gr.Textbox(label="Type your messages here and hit enter.", scale = 2)
|
| 229 |
chat_btn = gr.Button(value = "Send", scale = 0)
|
| 230 |
-
|
| 231 |
|
| 232 |
clear = gr.ClearButton([msg, chatbot])
|
| 233 |
|
|
|
|
| 227 |
with gr.Row():
|
| 228 |
msg = gr.Textbox(label="Type your messages here and hit enter.", scale = 2)
|
| 229 |
chat_btn = gr.Button(value = "Send", scale = 0)
|
| 230 |
+
talk_ele = gr.HTML()
|
| 231 |
|
| 232 |
clear = gr.ClearButton([msg, chatbot])
|
| 233 |
|