Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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")
|
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")
|