dnirfana commited on
Commit
71c4485
·
verified ·
1 Parent(s): 9686fc8

change subtitle to header

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import joblib
6
  def app():
7
  st.title('Fraud Prediction')
8
 
9
- st.subtitle("Transaction Data Input")
10
  st.write("Choose to upload a CSV file or manually input transaction data.")
11
 
12
  # Load pre-trained model
 
6
  def app():
7
  st.title('Fraud Prediction')
8
 
9
+ st.header("Transaction Data Input")
10
  st.write("Choose to upload a CSV file or manually input transaction data.")
11
 
12
  # Load pre-trained model