Skip to content

Commit

Permalink
app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavGenAI authored Nov 13, 2024
1 parent 1d73f0d commit b3f197d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@

# This is the first API key input; no need to repeat it in the main function.
#api_key = st.secrets['GEMINI_API_KEY']
api_key = 'AIzaSyA0yf3m_e7Oot_tY7WsQnlUnpLJ-041Bvk'
api_key = 'AIzaSyBJJfXHfC80NWtiKGA57aO2mGsT-aD9fhQ'

if 'responses' not in st.session_state:
st.session_state['responses'] = ["How can I assist you?"]
Expand Down

0 comments on commit b3f197d

Please sign in to comment.