Spaces:
Running
Running
Update app.py
Browse files
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()
|