Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -41,8 +41,9 @@ def get_random_choices(df, feature, num_choices=5):
|
|
| 41 |
|
| 42 |
def main():
|
| 43 |
st.title("💳 Credit Card Fraud Detection Application")
|
| 44 |
-
st.write
|
| 45 |
-
st.write
|
|
|
|
| 46 |
|
| 47 |
with st.expander("🔍 **About This Application**", expanded=False):
|
| 48 |
st.markdown("""
|
|
|
|
| 41 |
|
| 42 |
def main():
|
| 43 |
st.title("💳 Credit Card Fraud Detection Application")
|
| 44 |
+
st.write("⏳ **NOTE:** Data loading may take some time as it contains **2 million rows**. 📊")
|
| 45 |
+
st.write("✅ Worry not! Once loaded, the dataset and models are **cached** for faster access next time. 🚀")
|
| 46 |
+
|
| 47 |
|
| 48 |
with st.expander("🔍 **About This Application**", expanded=False):
|
| 49 |
st.markdown("""
|