Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -47,7 +47,7 @@ def chat(message, history, max_tokens, temperature, top_p):
|
|
| 47 |
|
| 48 |
# Create interface
|
| 49 |
with gr.Blocks() as demo:
|
| 50 |
-
gr.Markdown("#
|
| 51 |
gr.Markdown("Ask for recipes or cooking advice!")
|
| 52 |
|
| 53 |
chatbot = gr.Chatbot(height=400, type="messages")
|
|
|
|
| 47 |
|
| 48 |
# Create interface
|
| 49 |
with gr.Blocks() as demo:
|
| 50 |
+
gr.Markdown("# 🍳 Recipe Generator Chatbot")
|
| 51 |
gr.Markdown("Ask for recipes or cooking advice!")
|
| 52 |
|
| 53 |
chatbot = gr.Chatbot(height=400, type="messages")
|