Update app.py
Browse files
app.py
CHANGED
|
@@ -319,7 +319,7 @@ with gr.Blocks() as demo:
|
|
| 319 |
gr.Markdown("## Interactive Chatbot")
|
| 320 |
chatbot_history_gr = gr.Chatbot(label="Chat History")
|
| 321 |
user_input = gr.Textbox(label="Ask a Question", placeholder="Type your question here...")
|
| 322 |
-
chatbot_btn = gr.Button("
|
| 323 |
|
| 324 |
# Column 3: Generate reflections
|
| 325 |
with gr.Column():
|
|
|
|
| 319 |
gr.Markdown("## Interactive Chatbot")
|
| 320 |
chatbot_history_gr = gr.Chatbot(label="Chat History")
|
| 321 |
user_input = gr.Textbox(label="Ask a Question", placeholder="Type your question here...")
|
| 322 |
+
chatbot_btn = gr.Button("Chat")
|
| 323 |
|
| 324 |
# Column 3: Generate reflections
|
| 325 |
with gr.Column():
|