TejAndrewsACC commited on
Commit
53df631
·
verified ·
1 Parent(s): de67227

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ with gr.Blocks() as app:
92
  gr.Markdown("# **Gertrude**")
93
 
94
  # Chat history container
95
- chatbot = gr.HTML(value="<div id='chat-box'></div>", elem_id="chat-output", interactive=False)
96
  user_input = gr.Textbox(label="", placeholder="Type a message...", lines=1)
97
  submit_button = gr.Button("Send")
98
 
 
92
  gr.Markdown("# **Gertrude**")
93
 
94
  # Chat history container
95
+ chatbot = gr.HTML(value="<div id='chat-box'></div>", elem_id="chat-output")
96
  user_input = gr.Textbox(label="", placeholder="Type a message...", lines=1)
97
  submit_button = gr.Button("Send")
98