qqwjq1981 commited on
Commit
f7abd62
·
verified ·
1 Parent(s): 7b95377

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("Send")
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():