Markndrei commited on
Commit
24d08c5
·
verified ·
1 Parent(s): 1758206

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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 ("‼️NOTE: Data Loading would take time because it has 2 million rows in it. ‼️")
45
- st.write ("‼️Worry not, upon loading, the dataset and models are cached so that it would be faster loading next time. ‼️")
 
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("""