rumaisa1054 commited on
Commit
3c1557f
·
verified ·
1 Parent(s): e2875a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ with gr.Blocks() as demo:
14
  gr.Markdown("# Doctor Chatbot")
15
 
16
  # Chat history display
17
- chatbox = gr.Chatbot(label="Chat History").style(height=400)
18
 
19
  # User input
20
  user_input = gr.Textbox(placeholder="Welcome - How can I help you?", label="Your Message")
 
14
  gr.Markdown("# Doctor Chatbot")
15
 
16
  # Chat history display
17
+ chatbox = gr.Chatbot(label="Chat History")
18
 
19
  # User input
20
  user_input = gr.Textbox(placeholder="Welcome - How can I help you?", label="Your Message")