Update app.py
Browse files
app.py
CHANGED
|
@@ -25,7 +25,7 @@ def chat(history, message):
|
|
| 25 |
return history, history
|
| 26 |
|
| 27 |
with gr.Blocks() as demo:
|
| 28 |
-
gr.Markdown("##
|
| 29 |
chatbot = gr.Chatbot()
|
| 30 |
state = gr.State([])
|
| 31 |
msg = gr.Textbox(show_label=False, placeholder="Type a message and press Enter")
|
|
|
|
| 25 |
return history, history
|
| 26 |
|
| 27 |
with gr.Blocks() as demo:
|
| 28 |
+
gr.Markdown("## Chatapt")
|
| 29 |
chatbot = gr.Chatbot()
|
| 30 |
state = gr.State([])
|
| 31 |
msg = gr.Textbox(show_label=False, placeholder="Type a message and press Enter")
|