PluginLiveInterns commited on
Commit
b5e5e1c
·
1 Parent(s): 98ff4f9

Add application file

Browse files
Files changed (1) hide show
  1. app2.py +1 -1
app2.py CHANGED
@@ -18,7 +18,7 @@ from google import genai
18
 
19
  # Load environment variables from .env
20
  load_dotenv()
21
- GEMINI_API_KEY = os.environ.get('GEMINI_API_KEY')
22
  if not GEMINI_API_KEY:
23
  st.error("GEMINI_API_KEY environment variable not set. Please configure it properly.")
24
 
 
18
 
19
  # Load environment variables from .env
20
  load_dotenv()
21
+ GEMINI_API_KEY = 'AIzaSyAOK9vRTSRQzd22B2gmbiuIePbZTDyaGYs'
22
  if not GEMINI_API_KEY:
23
  st.error("GEMINI_API_KEY environment variable not set. Please configure it properly.")
24