Spaces:
Sleeping
Sleeping
Upload 2 files
Browse files- .env +1 -0
- requirements.txt +3 -0
.env
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
GOOGLE_API_KEY="AIzaSyDTMx0jvq4aksYdIF-6dntMSvTLOKsduZE"
|
requirements.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
google-generativeai
|
3 |
+
python-dotenv
|