akhaliq HF staff commited on
Commit
4b4c47f
·
verified ·
1 Parent(s): c92c6fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def chat_with_gemini(user_input, history):
41
  return history, history
42
 
43
  with gr.Blocks() as iface:
44
- gr.Markdown("# 🗣️ Google Gemini Chatbot")
45
 
46
  chatbot = gr.Chatbot()
47
 
 
41
  return history, history
42
 
43
  with gr.Blocks() as iface:
44
+ gr.Markdown("# Google Gemini 1.5 Flash Chatbot")
45
 
46
  chatbot = gr.Chatbot()
47