Manar11 commited on
Commit
2734a36
·
verified ·
1 Parent(s): 7d7009d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -150,7 +150,7 @@ example_images = [["ex1.png"], ["ex2.png"]]
150
 
151
  with gr.Blocks(theme="earneleh/paris") as demo:
152
  gr.Markdown(
153
- "<h1 style='font-size:36px; font-weight:bold;'>Gemini Multimodal Chatbot</h1>"
154
  )
155
 
156
  chatbot_component.render()
 
150
 
151
  with gr.Blocks(theme="earneleh/paris") as demo:
152
  gr.Markdown(
153
+ "<h1 style='font-size:36px; font-weight:bold;'>Google Gemini</h1>"
154
  )
155
 
156
  chatbot_component.render()