Liu Hong Yuan Tom commited on
Commit
831d5c8
·
verified ·
1 Parent(s): 256792d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -11,10 +11,10 @@ print("google-generativeai:", genai.__version__)
11
 
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>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;">
 
11
 
12
  GOOGLE_API_KEY = os.environ.get("GOOGLE_API_KEY")
13
 
14
+ TITLE = """<h1 align="center">🎮Chat with Gemini 1.0/1.5 Pro🔥</h1>"""
15
  SUBTITLE = """
16
+ <h2 align="center">Try <b>Gemini 1.5 Pro Experimental 0801</b> 🐦‍🔥 -- Beat GPT-4o in Lmsys Leaderboard (2024/8/4)</h2>
17
+ 🚧<i>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;">