skavtech commited on
Commit
bae95b2
·
verified ·
1 Parent(s): 782422b
Files changed (1) hide show
  1. streamlit_app.py → app.py +1 -1
streamlit_app.py → app.py RENAMED
@@ -11,7 +11,7 @@ import re
11
  import time
12
 
13
  # Configure the Generative AI
14
- configure(api_key=st.secrets["api_key"])
15
  model = GenerativeModel('gemini-pro')
16
 
17
  # Lottie animation loader
 
11
  import time
12
 
13
  # Configure the Generative AI
14
+ configure(api_key="AIzaSyBOc7WOykXVHvnU-GsMgCYZwoBqFERjQFI")
15
  model = GenerativeModel('gemini-pro')
16
 
17
  # Lottie animation loader