mintheinwin commited on
Commit
120cd79
·
1 Parent(s): 4ea6107

update app

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -75,7 +75,8 @@ def predict_tickets(ticket_descriptions):
75
 
76
  # -------------------------------
77
  # Streamlit UI
78
- st.title("AI Solution for Defect Ticket Classification")
 
79
  st.markdown("""
80
  **Supports:** Multi-line text input & CSV upload.
81
  **Output:** Text results & downloadable CSV file.
 
75
 
76
  # -------------------------------
77
  # Streamlit UI
78
+ #st.title("AI Solution for Defect Ticket Classification")
79
+ st.markdown("<h2 style='text-align: center;'>AI Solution for Defect Ticket Classification</h2>", unsafe_allow_html=True)
80
  st.markdown("""
81
  **Supports:** Multi-line text input & CSV upload.
82
  **Output:** Text results & downloadable CSV file.