Nechba commited on
Commit
64104c0
·
verified ·
1 Parent(s): 80fb670

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
- if api_key:
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
+
96
+ configure_gemini(os.getenv("GEMINI_API_KEY", ""))
97
 
98
  st.markdown("---")
99
  st.info("""