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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def chat_fn(message, history, system_prompt, temperature, model_name):
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():
50
  system_prompt = gr.Textbox(
 
44
  yield partial
45
 
46
  with gr.Blocks(title="Healthelic") as demo:
47
+ gr.Markdown("## Healthelic Chat\nA lightweight, streaming chat app.")
48
 
49
  with gr.Row():
50
  system_prompt = gr.Textbox(