Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ HEADERS = {"Authorization": f"Bearer {HF_TOKEN}"}
|
|
| 16 |
# and the embed link is "https://jtdearmon-rag-dal-budget.hf.space",
|
| 17 |
# then use that domain here:
|
| 18 |
#
|
| 19 |
-
PRIVATE_SPACE_ROOT = "https://
|
| 20 |
|
| 21 |
#
|
| 22 |
# 3) Utility to call a specific Gradio function in the private space.
|
|
|
|
| 16 |
# and the embed link is "https://jtdearmon-rag-dal-budget.hf.space",
|
| 17 |
# then use that domain here:
|
| 18 |
#
|
| 19 |
+
PRIVATE_SPACE_ROOT = "https://dearmonanalytics-rag-dallas-budget-private"
|
| 20 |
|
| 21 |
#
|
| 22 |
# 3) Utility to call a specific Gradio function in the private space.
|