Nechba commited on
Commit
348cb0d
·
verified ·
1 Parent(s): 64104c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -92,8 +92,8 @@ with st.sidebar:
92
  # value=os.getenv("GEMINI_API_KEY", "")
93
  # )
94
 
95
-
96
- configure_gemini(os.getenv("GEMINI_API_KEY", ""))
97
 
98
  st.markdown("---")
99
  st.info("""
 
92
  # value=os.getenv("GEMINI_API_KEY", "")
93
  # )
94
 
95
+ api_key = os.getenv("GEMINI_API_KEY", "")
96
+ configure_gemini(api_key)
97
 
98
  st.markdown("---")
99
  st.info("""