Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -11,7 +11,7 @@ import numpy as np
|
|
| 11 |
# =============================================================================
|
| 12 |
# CONFIGURATION - Using Secrets Management
|
| 13 |
# =============================================================================
|
| 14 |
-
NOCODB_URL = "https://mtoft20-potm.hf.space/api/v1/db/data/noco/p9pozkcw81t9aee/
|
| 15 |
|
| 16 |
# Get sensitive data from Streamlit secrets or environment variables
|
| 17 |
def get_api_credentials():
|
|
|
|
| 11 |
# =============================================================================
|
| 12 |
# CONFIGURATION - Using Secrets Management
|
| 13 |
# =============================================================================
|
| 14 |
+
NOCODB_URL = "https://mtoft20-potm.hf.space/api/v1/db/data/noco/p9pozkcw81t9aee/mtsx4yp45gi12tm" # Updated with table ID
|
| 15 |
|
| 16 |
# Get sensitive data from Streamlit secrets or environment variables
|
| 17 |
def get_api_credentials():
|