Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|