heidiguenther commited on
Commit
9fa2c36
·
verified ·
1 Parent(s): 8ea8d54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("# 🍳 Recipe Generator Chatbot")
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")