Spaces:
Running
Running
Update app.py
Browse files
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"
|