OjciecTadeusz
commited on
Commit
•
9fc78dd
1
Parent(s):
324f74d
Update app.py
Browse files
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
|
15 |
-
SUBTITLE = """<h2 align="center">Play with
|
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">
|