Spaces:
Runtime error
Runtime error
ziyadsuper2017
commited on
Commit
•
1283321
1
Parent(s):
a374b60
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import time
|
|
5 |
from streamlit.components.v1 import html
|
6 |
|
7 |
# Set up Gemini API
|
8 |
-
api_key = "
|
9 |
genai.configure(api_key=api_key)
|
10 |
|
11 |
# Configure the Gemini model
|
|
|
5 |
from streamlit.components.v1 import html
|
6 |
|
7 |
# Set up Gemini API
|
8 |
+
api_key = "AIzaSyBbusXSbq7JTI8Sa7vjGqu-h2zluKhDpX8" # Replace with your actual API key
|
9 |
genai.configure(api_key=api_key)
|
10 |
|
11 |
# Configure the Gemini model
|