TejAndrewsACC commited on
Commit
8658681
·
verified ·
1 Parent(s): 706eba1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.HTML(label="Gertrude's Response") # No 'interactive' argument
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("""