Hebaelsayed commited on
Commit
081bf0a
·
verified ·
1 Parent(s): e7f5768

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +2 -2
src/streamlit_app.py CHANGED
@@ -24,8 +24,8 @@ st.set_page_config(
24
 
25
  COLLECTION_NAME = "math_knowledge_base"
26
 
27
- # YOUR DATASET - Change this to your dataset name!
28
- DATASET_REPO = "YOUR_USERNAME/math-ai-documents" # ← EDIT THIS!
29
 
30
  # ============================================================================
31
  # CACHED RESOURCES
 
24
 
25
  COLLECTION_NAME = "math_knowledge_base"
26
 
27
+ # YOUR DATASET =
28
+ DATASET_REPO = "Hebaelsayed/math-ai-documents"
29
 
30
  # ============================================================================
31
  # CACHED RESOURCES