AlfredHarun commited on
Commit
2b9bf44
·
verified ·
1 Parent(s): d88b966

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -29,6 +29,7 @@ model = load_model()
29
  # Load dataset for patient predictions
30
  @st.cache_data
31
  def load_base_data():
 
32
  return pd.read_csv('full_patient_predictions.csv')
33
 
34
  df = load_base_data()
 
29
  # Load dataset for patient predictions
30
  @st.cache_data
31
  def load_base_data():
32
+ # If running on Hugging Face, replace the file path with the correct path or upload functionality
33
  return pd.read_csv('full_patient_predictions.csv')
34
 
35
  df = load_base_data()