OjciecTadeusz commited on
Commit
9fc78dd
1 Parent(s): 324f74d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -11,8 +11,8 @@ 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 = """<h2 align="center">Play with Gemini 1.5 Pro and Gemini Pro Vision API</h2>"""
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">
 
11
 
12
  GOOGLE_API_KEY = os.environ.get("GOOGLE_API_KEY")
13
 
14
+ TITLE = """<h1 align="center">Google Gemini Playground 💬</h1>"""
15
+ SUBTITLE = """<h2 align="center">Play with Google Gemini API</h2>"""
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">