Liu Hong Yuan Tom commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,10 @@ print("google-generativeai:", genai.__version__)
|
|
| 12 |
GOOGLE_API_KEY = os.environ.get("GOOGLE_API_KEY")
|
| 13 |
|
| 14 |
TITLE = """<h1 align="center">Gemini 1.5 Pro Playground 💬</h1>"""
|
| 15 |
-
SUBTITLE = """
|
|
|
|
|
|
|
|
|
|
| 16 |
DUPLICATE = """
|
| 17 |
<div style="text-align: center; display: flex; justify-content: center; align-items: center;">
|
| 18 |
<a href="https://huggingface.co/spaces/SkalskiP/ChatGemini?duplicate=true">
|
|
|
|
| 12 |
GOOGLE_API_KEY = os.environ.get("GOOGLE_API_KEY")
|
| 13 |
|
| 14 |
TITLE = """<h1 align="center">Gemini 1.5 Pro Playground 💬</h1>"""
|
| 15 |
+
SUBTITLE = """
|
| 16 |
+
<h2 align="center">Play with Gemini 1.5 Pro 0801 (the one that beat GPT-4o in Lmsys Leaderboard)</h2>
|
| 17 |
+
<i align="center">Note: Gemini 1.0 Pro does not support Multimodal</i>
|
| 18 |
+
"""
|
| 19 |
DUPLICATE = """
|
| 20 |
<div style="text-align: center; display: flex; justify-content: center; align-items: center;">
|
| 21 |
<a href="https://huggingface.co/spaces/SkalskiP/ChatGemini?duplicate=true">
|