reedmayhew commited on
Commit
dad7c88
·
verified ·
1 Parent(s): 899134d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,7 +117,7 @@ chatbot = gr.Chatbot(height=450, placeholder=PLACEHOLDER, label='HealthAssistant
117
 
118
  # Build the Gradio interface.
119
  with gr.Blocks(css=css) as demo:
120
- gr.html(DESCRIPTION)
121
 
122
  gr.ChatInterface(
123
  fn=chat_with_openai,
 
117
 
118
  # Build the Gradio interface.
119
  with gr.Blocks(css=css) as demo:
120
+ gr.HTML(DESCRIPTION)
121
 
122
  gr.ChatInterface(
123
  fn=chat_with_openai,