rumaisa1054 commited on
Commit
e2875a9
·
verified ·
1 Parent(s): 0dba0ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -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", elem_id="chatbox").style(height=400)
18
 
19
  # User input
20
  user_input = gr.Textbox(placeholder="Welcome - How can I help you?", label="Your Message")
@@ -37,3 +37,4 @@ with gr.Blocks() as demo:
37
 
38
  # Launch the Gradio app
39
  demo.launch()
 
 
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")
 
37
 
38
  # Launch the Gradio app
39
  demo.launch()
40
+