GavinKing commited on
Commit
7c59629
1 Parent(s): ef38c60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -11
app.py CHANGED
@@ -11,18 +11,9 @@ print("google-generativeai:", genai.__version__)
11
 
12
  GOOGLE_API_KEY = os.environ.get("GOOGLE_API_KEY")
13
 
14
- TITLE = """<h1 align="center">Gemini Playground 💬</h1>"""
15
  SUBTITLE = """<h2 align="center">Play with Gemini 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">
19
- <img src="https://bit.ly/3gLdBN6" alt="Duplicate Space" style="margin-right: 10px;">
20
- </a>
21
- <span>Duplicate the Space and run securely with your
22
- <a href="https://makersuite.google.com/app/apikey">GOOGLE API KEY</a>.
23
- </span>
24
- </div>
25
- """
26
 
27
  AVATAR_IMAGES = (
28
  None,
 
11
 
12
  GOOGLE_API_KEY = os.environ.get("GOOGLE_API_KEY")
13
 
14
+ TITLE = """<h1 align="center">Gemini For Google 💬</h1>"""
15
  SUBTITLE = """<h2 align="center">Play with Gemini Pro and Gemini Pro Vision API</h2>"""
16
+ DUPLICATE = """"""
 
 
 
 
 
 
 
 
 
17
 
18
  AVATAR_IMAGES = (
19
  None,