ziting commited on
Commit
fa12e32
·
1 Parent(s): e2d8169

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -12
app.py CHANGED
@@ -10,18 +10,10 @@ print("google-generativeai:", genai.__version__)
10
 
11
  GOOGLE_API_KEY = os.environ.get("GOOGLE_API_KEY")
12
 
13
- TITLE = """<h1 align="center">Gemini Playground 😎</h1>"""
14
- SUBTITLE = """<h2 align="center">Play with Gemini Pro and Gemini Pro Vision API 🖇️</h2>"""
15
- DUPLICATE = """
16
- <div style="text-align: center; display: flex; justify-content: center; align-items: center;">
17
- <a href="https://huggingface.co/spaces/SkalskiP/ChatGemini?duplicate=true">
18
- <img src="https://bit.ly/3gLdBN6" alt="Duplicate Space" style="margin-right: 10px;">
19
- </a>
20
- <span>Duplicate the Space and run securely with your
21
- <a href="https://makersuite.google.com/app/apikey">GOOGLE API KEY</a>.
22
- </span>
23
- </div>
24
- """
25
 
26
 
27
  IMAGE_WIDTH = 512
 
10
 
11
  GOOGLE_API_KEY = os.environ.get("GOOGLE_API_KEY")
12
 
13
+
14
+ TITLE = """<h1 align="center">Gemini By SmartAI</h1>"""
15
+ SUBTITLE = """<h2 align="center">For more AI tools please visit <a href="https://tools.smartai.wtf/">smartai.wtf</a>.</h2>"""
16
+ DUPLICATE = ""
 
 
 
 
 
 
 
 
17
 
18
 
19
  IMAGE_WIDTH = 512