Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -28,7 +28,7 @@ st.set_page_config(
|
|
| 28 |
)
|
| 29 |
|
| 30 |
COLLECTION_NAME = "math_knowledge_base"
|
| 31 |
-
DATASET_REPO = "
|
| 32 |
|
| 33 |
# Cache directories
|
| 34 |
CACHE_DIR = Path("/tmp/hf_cache")
|
|
|
|
| 28 |
)
|
| 29 |
|
| 30 |
COLLECTION_NAME = "math_knowledge_base"
|
| 31 |
+
DATASET_REPO = "Hebaelsayed/math-ai-documents" # ← CHANGE THIS!
|
| 32 |
|
| 33 |
# Cache directories
|
| 34 |
CACHE_DIR = Path("/tmp/hf_cache")
|