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("""