neuralleap commited on
Commit
f4fc7bf
·
verified ·
1 Parent(s): 9bf1fc6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="OpenAI x Gradio Chat") as demo:
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():