laudavid commited on
Commit
5c537bb
·
1 Parent(s): 75a7004

fix import error

Browse files
pages/supervised_unsupervised_page.py CHANGED
@@ -343,7 +343,7 @@ if learning_type == "Supervised Learning":
343
 
344
  elif sl_usecase == "Customer churn prediction ❌":
345
  #st.warning("This page is under construction")
346
- path_churn = r"data\classification\churn"
347
 
348
  ## Description of the use case
349
  st.divider()
 
343
 
344
  elif sl_usecase == "Customer churn prediction ❌":
345
  #st.warning("This page is under construction")
346
+ path_churn = r"data/classification/churn"
347
 
348
  ## Description of the use case
349
  st.divider()