Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("##
|
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(
|