BigSalmon commited on
Commit
082ac9f
·
verified ·
1 Parent(s): 96c5b1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 = {