JeCabrera commited on
Commit
4cb9a70
·
verified ·
1 Parent(s): 45f91ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  import os
2
  import time
3
  import uuid
@@ -157,7 +160,6 @@ bot_inputs = [
157
  with gr.Blocks() as demo:
158
  gr.HTML(TITLE)
159
  gr.HTML(SUBTITLE)
160
- gr.HTML(DES)
161
  with gr.Column():
162
  chatbot_component.render()
163
  with gr.Row():
 
1
+ TITLE = """<h1 align="center">Gemini Playground 💬</h1>"""
2
+ SUBTITLE = """<h2 align="center">Play with Gemini Pro and Gemini Pro Vision</h2>"""
3
+
4
  import os
5
  import time
6
  import uuid
 
160
  with gr.Blocks() as demo:
161
  gr.HTML(TITLE)
162
  gr.HTML(SUBTITLE)
 
163
  with gr.Column():
164
  chatbot_component.render()
165
  with gr.Row():