Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,8 +15,6 @@ label_encoder = joblib.load('label_encoder.joblib')
|
|
| 15 |
# Streamlit application title
|
| 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:")
|
|
|
|
| 15 |
# Streamlit application title
|
| 16 |
st.title('Transaction Category Predictor')
|
| 17 |
|
|
|
|
|
|
|
| 18 |
|
| 19 |
# User input for transaction description
|
| 20 |
user_input = st.text_input("Enter a transaction description:")
|