akhaliq HF Staff commited on
Commit
14be2f7
·
verified ·
1 Parent(s): ae2655c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -28,8 +28,7 @@ def respond(message, history):
28
 
29
  # Create the Gradio interface
30
  with gr.Blocks() as demo:
31
- gr.Markdown("# Simple Gemini Chatbot")
32
- gr.Markdown("Chat with the Gemini 1.5 Pro model.")
33
 
34
  chatbot = gr.Chatbot()
35
  msg = gr.Textbox(label="Your message")
 
28
 
29
  # Create the Gradio interface
30
  with gr.Blocks() as demo:
31
+ gr.Markdown("#Gemini-1.5-flash-8b-exp-0924 chatbot")
 
32
 
33
  chatbot = gr.Chatbot()
34
  msg = gr.Textbox(label="Your message")