Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ def chat_fn(message, history, system_prompt, temperature, model_name):
|
|
43 |
partial += delta.content
|
44 |
yield partial
|
45 |
|
46 |
-
with gr.Blocks(title="
|
47 |
gr.Markdown("## OpenAI × Gradio Chat\nA lightweight, streaming chat app.")
|
48 |
|
49 |
with gr.Row():
|
|
|
43 |
partial += delta.content
|
44 |
yield partial
|
45 |
|
46 |
+
with gr.Blocks(title="Healthelic") as demo:
|
47 |
gr.Markdown("## OpenAI × Gradio Chat\nA lightweight, streaming chat app.")
|
48 |
|
49 |
with gr.Row():
|