Markndrei commited on
Commit
f252425
·
verified ·
1 Parent(s): 27a4e38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -64,6 +64,7 @@ def main():
64
 
65
  ✅ Let's get started!
66
  """)
 
67
 
68
  df = load_data()
69
  model = load_model()
 
64
 
65
  ✅ Let's get started!
66
  """)
67
+ st.write ("‼️NOTE: Data Loading would take time because it fetches data from huggingface and it has 2 million rows in it. ‼️")
68
 
69
  df = load_data()
70
  model = load_model()