Spaces:
Sleeping
Sleeping
api key
Browse files- .streamlit/secrets.toml +1 -1
- requirements.txt +2 -1
.streamlit/secrets.toml
CHANGED
|
@@ -1,2 +1,2 @@
|
|
| 1 |
# .streamlit/secrets.toml
|
| 2 |
-
GOOGLE_API_KEY = "
|
|
|
|
| 1 |
# .streamlit/secrets.toml
|
| 2 |
+
GOOGLE_API_KEY = "AIzaSyBxrJAxe69t02jMZKtOGXY3gCIgVm8RAMY"
|
requirements.txt
CHANGED
|
@@ -11,4 +11,5 @@ numpy==2.3.3
|
|
| 11 |
pandas==2.3.2
|
| 12 |
pytest==8.4.2
|
| 13 |
pytest-mock==3.15.1
|
| 14 |
-
streamlit==1.50.0
|
|
|
|
|
|
| 11 |
pandas==2.3.2
|
| 12 |
pytest==8.4.2
|
| 13 |
pytest-mock==3.15.1
|
| 14 |
+
streamlit==1.50.0
|
| 15 |
+
openpyxl
|