Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -11,8 +11,6 @@ print("google-generativeai:", genai.__version__)
|
|
11 |
|
12 |
GOOGLE_API_KEY = os.environ.get("GOOGLE_API_KEY")
|
13 |
|
14 |
-
TITLE = """<h1 align="center">Gemini API Playground</h1>"""
|
15 |
-
|
16 |
AVATAR_IMAGES = (
|
17 |
None,
|
18 |
"https://media.roboflow.com/spaces/gemini-icon.png"
|
@@ -234,7 +232,6 @@ bot_inputs = [
|
|
234 |
]
|
235 |
|
236 |
with gr.Blocks(theme="Nymbo/Nymbo_Theme") as demo:
|
237 |
-
gr.HTML(TITLE)
|
238 |
with gr.Column():
|
239 |
google_key_component.render()
|
240 |
chatbot_component.render()
|
|
|
11 |
|
12 |
GOOGLE_API_KEY = os.environ.get("GOOGLE_API_KEY")
|
13 |
|
|
|
|
|
14 |
AVATAR_IMAGES = (
|
15 |
None,
|
16 |
"https://media.roboflow.com/spaces/gemini-icon.png"
|
|
|
232 |
]
|
233 |
|
234 |
with gr.Blocks(theme="Nymbo/Nymbo_Theme") as demo:
|
|
|
235 |
with gr.Column():
|
236 |
google_key_component.render()
|
237 |
chatbot_component.render()
|