eaglelandsonce commited on
Commit
7baf011
1 Parent(s): 80a5f9c

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 Playground 💬</h1>"""
15
- SUBTITLE = """<h2 align="center">Play with Gemini Pro and Gemini Pro Vision API</h2>"""
16
  GETKEY = """
17
  <div style="text-align: center; display: flex; justify-content: center; align-items: center;">
18
  <span>Get an API key
 
11
 
12
  GOOGLE_API_KEY = os.environ.get("GOOGLE_API_KEY")
13
 
14
+ TITLE = """<h1 align="center">Gemini Movie Editor Assitant Agent</h1>"""
15
+ SUBTITLE = """<h2 align="center">Movie Editing Agent built with Gemini Pro and Gemini Pro Vision API</h2>"""
16
  GETKEY = """
17
  <div style="text-align: center; display: flex; justify-content: center; align-items: center;">
18
  <span>Get an API key