PluginLiveInterns
commited on
Commit
·
b5e5e1c
1
Parent(s):
98ff4f9
Add application file
Browse files
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 =
|
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 |
|