Spaces:
Running
Running
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("""
|