JeCabrera commited on
Commit
16ee2bc
·
verified ·
1 Parent(s): 505c73d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -6
app.py CHANGED
@@ -22,12 +22,6 @@ if not GOOGLE_API_KEY:
22
 
23
  TITLE = """<h1 align="center">Gemini Playground 💬</h1>"""
24
  SUBTITLE = """<h2 align="center">Play with Gemini Pro and Gemini Pro Vision</h2>"""
25
- DES = """
26
- <div style="text-align: center; display: flex; justify-content: center; align-items: center;">
27
- <span>Run with your
28
- <a href="https://makersuite.google.com/app/apikey">GOOGLE API KEY</a>.
29
- </span>
30
- </div>
31
  """
32
 
33
  IMAGE_CACHE_DIRECTORY = "/tmp"
 
22
 
23
  TITLE = """<h1 align="center">Gemini Playground 💬</h1>"""
24
  SUBTITLE = """<h2 align="center">Play with Gemini Pro and Gemini Pro Vision</h2>"""
 
 
 
 
 
 
25
  """
26
 
27
  IMAGE_CACHE_DIRECTORY = "/tmp"