Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ with gr.Blocks() as app:
|
|
92 |
gr.Markdown("# **Gertrude**")
|
93 |
|
94 |
# Chat history container
|
95 |
-
chatbot = gr.HTML(value="<div id='chat-box'></div>", elem_id="chat-output"
|
96 |
user_input = gr.Textbox(label="", placeholder="Type a message...", lines=1)
|
97 |
submit_button = gr.Button("Send")
|
98 |
|
|
|
92 |
gr.Markdown("# **Gertrude**")
|
93 |
|
94 |
# Chat history container
|
95 |
+
chatbot = gr.HTML(value="<div id='chat-box'></div>", elem_id="chat-output")
|
96 |
user_input = gr.Textbox(label="", placeholder="Type a message...", lines=1)
|
97 |
submit_button = gr.Button("Send")
|
98 |
|