Update app.py
Browse files
app.py
CHANGED
@@ -205,10 +205,10 @@ with st.sidebar:
|
|
205 |
)
|
206 |
|
207 |
# API key input
|
208 |
-
api_key = "AIzaSyB93eoXaU48hrJ2hojk-2gQPj28dGVSIbQ"
|
209 |
|
210 |
# Configure Gemini
|
211 |
-
genai.configure(api_key=api_key)
|
212 |
|
213 |
# Create the model
|
214 |
generation_config = {
|
|
|
205 |
)
|
206 |
|
207 |
# API key input
|
208 |
+
api_key = "AIzaSyB93eoXaU48hrJ2hojk-2gQPj28dGVSIbQ"
|
209 |
|
210 |
# Configure Gemini
|
211 |
+
genai.configure(api_key=api_key)
|
212 |
|
213 |
# Create the model
|
214 |
generation_config = {
|