Kurkur99 commited on
Commit
c26dc66
1 Parent(s): 7ad7a95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ label_encoder = joblib.load('label_encoder.joblib')
16
  st.title('Transaction Category Predictor')
17
 
18
  # Display an image
19
- st.image('poster.jpeg', caption='Your Caption Here') # Update 'poster.jpeg' with the correct path if needed
20
 
21
  # User input for transaction description
22
  user_input = st.text_input("Enter a transaction description:")
 
16
  st.title('Transaction Category Predictor')
17
 
18
  # Display an image
19
+ st.image('poster.jpeg') # Update 'poster.jpeg' with the correct path if needed
20
 
21
  # User input for transaction description
22
  user_input = st.text_input("Enter a transaction description:")