Spaces:
Running
Running
Update app.py
Browse files
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.
|
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,
|