Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -7,7 +7,7 @@ import os
|
|
| 7 |
# =============================================================================
|
| 8 |
# CONFIGURATION - Using Secrets Management
|
| 9 |
# =============================================================================
|
| 10 |
-
NOCODB_URL = "https://mtoft20-potm.hf.space/api/v1/db/data/noco/
|
| 11 |
|
| 12 |
# Get sensitive data from Streamlit secrets or environment variables
|
| 13 |
def get_api_credentials():
|
|
|
|
| 7 |
# =============================================================================
|
| 8 |
# CONFIGURATION - Using Secrets Management
|
| 9 |
# =============================================================================
|
| 10 |
+
NOCODB_URL = "https://mtoft20-potm.hf.space/api/v1/db/data/noco/p9pozkcw81t9aee" # Base URL for NocoDB v1
|
| 11 |
|
| 12 |
# Get sensitive data from Streamlit secrets or environment variables
|
| 13 |
def get_api_credentials():
|