Hebaelsayed commited on
Commit
e29990f
·
verified ·
1 Parent(s): c2aa208

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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 = "yourusername/math-ai-documents" # ← CHANGE THIS!
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")