Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -45,7 +45,7 @@ def chat_with_poe(history, message):
|
|
| 45 |
# -------------------------
|
| 46 |
|
| 47 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
| 48 |
-
gr.Markdown("# 🤖
|
| 49 |
|
| 50 |
chatbot = gr.Chatbot([], height=400)
|
| 51 |
msg = gr.Textbox(
|
|
|
|
| 45 |
# -------------------------
|
| 46 |
|
| 47 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
| 48 |
+
gr.Markdown("# 🤖 test_chatbot")
|
| 49 |
|
| 50 |
chatbot = gr.Chatbot([], height=400)
|
| 51 |
msg = gr.Textbox(
|