Update app.py
Browse files
app.py
CHANGED
@@ -170,7 +170,7 @@ with gr.Blocks() as app:
|
|
170 |
user_input = gr.Textbox(label="What will you say to Gertrude?", placeholder="Type something here... Expect 1-2 Minute Response Times...")
|
171 |
submit_button = gr.Button("Send")
|
172 |
with gr.Column():
|
173 |
-
chatbot = gr.
|
174 |
|
175 |
# Adding custom styling for the UI
|
176 |
gr.HTML("""
|
|
|
170 |
user_input = gr.Textbox(label="What will you say to Gertrude?", placeholder="Type something here... Expect 1-2 Minute Response Times...")
|
171 |
submit_button = gr.Button("Send")
|
172 |
with gr.Column():
|
173 |
+
chatbot = gr.Markdown(label="Gertrude's Response") # Use Markdown for proper rendering
|
174 |
|
175 |
# Adding custom styling for the UI
|
176 |
gr.HTML("""
|