akhaliq HF staff commited on
Commit
9910c03
·
verified ·
1 Parent(s): 14be2f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def respond(message, history):
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")
 
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")