Sanjayraju30 commited on
Commit
299d199
Β·
verified Β·
1 Parent(s): dede043

Update modules/data_view.py

Browse files
Files changed (1) hide show
  1. modules/data_view.py +2 -1
modules/data_view.py CHANGED
@@ -8,5 +8,6 @@ def show_predictions(df):
8
  st.subheader("πŸ“Š Hugging Face AI Predictions")
9
  st.dataframe(df)
10
 
11
- def show_status(msg="βœ… Done"):
12
  st.success(msg)
 
 
8
  st.subheader("πŸ“Š Hugging Face AI Predictions")
9
  st.dataframe(df)
10
 
11
+ def show_status(msg="βœ… Predictions completed"):
12
  st.success(msg)
13
+