MarsiyaIssah commited on
Commit
1e13d3f
·
verified ·
1 Parent(s): 86c3ff7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -17,6 +17,8 @@ def main():
17
  st.set_page_config(page_title="Ticket Tool", page_icon='🎫')
18
 
19
  st.header("Automatic Ticket Classification Tool")
 
 
20
  st.write("Please ask your question:")
21
  user_input = st.text_input("🔍")
22
 
 
17
  st.set_page_config(page_title="Ticket Tool", page_icon='🎫')
18
 
19
  st.header("Automatic Ticket Classification Tool")
20
+ st.write("IT | HR | TRANSPORTATION")
21
+ st.markdown("---------------------------------")
22
  st.write("Please ask your question:")
23
  user_input = st.text_input("🔍")
24