Sipra1304 commited on
Commit
1178904
·
verified ·
1 Parent(s): 0d176c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import os
2
  import streamlit as st
3
  import google.generativeai as genai
4
 
5
- genai.configure(api_key=st.secrets["GoogleAPIkey"])
6
 
7
  # Create the model
8
  generation_config = {
 
2
  import streamlit as st
3
  import google.generativeai as genai
4
 
5
+ genai.configure(api_key="AIzaSyAazuUjwDFggjWMsGGg02MnuWhrng_mARE")
6
 
7
  # Create the model
8
  generation_config = {