techasad commited on
Commit
2680fde
·
verified ·
1 Parent(s): 30e7b0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -73,10 +73,11 @@ st.markdown(
73
  """, unsafe_allow_html=True
74
  )
75
 
 
 
76
 
77
- google_api_key = st.secrets["GOOGLE_API_KEY"]
78
  #api_key2 = st.secrets["OPENAI_API_KEY"]
79
- os.environ["GOOGLE_API_KEY"] = google_api_key
80
 
81
 
82
 
 
73
  """, unsafe_allow_html=True
74
  )
75
 
76
+ GOOGLE_API_KEY = "AIzaSyD29fEos3V6S2L-AGSQgNu03GqZEIgJads"
77
+
78
 
 
79
  #api_key2 = st.secrets["OPENAI_API_KEY"]
80
+ os.environ["GOOGLE_API_KEY"] = GOOGLE_API_KEY
81
 
82
 
83