Spaces:
Sleeping
Sleeping
change subtitle to header
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ import joblib
|
|
| 6 |
def app():
|
| 7 |
st.title('Fraud Prediction')
|
| 8 |
|
| 9 |
-
st.
|
| 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
|