Chad commited on
Commit ·
f09bd6f
1
Parent(s): e53eee7
resetwdwd
Browse files
app.py
CHANGED
|
@@ -54,7 +54,7 @@ def generate_reply(user_input, chat_history):
|
|
| 54 |
|
| 55 |
with gr.Blocks() as interface:
|
| 56 |
gr.Markdown("## History Chatbot")
|
| 57 |
-
chatbot = gr.Chatbot(type="
|
| 58 |
state = gr.State([])
|
| 59 |
user_input = gr.Textbox(placeholder="Enter your question here...")
|
| 60 |
send_button = gr.Button("Send")
|
|
|
|
| 54 |
|
| 55 |
with gr.Blocks() as interface:
|
| 56 |
gr.Markdown("## History Chatbot")
|
| 57 |
+
chatbot = gr.Chatbot(type="messages")
|
| 58 |
state = gr.State([])
|
| 59 |
user_input = gr.Textbox(placeholder="Enter your question here...")
|
| 60 |
send_button = gr.Button("Send")
|