Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -172,7 +172,7 @@ def submit_ticket_page():
|
|
| 172 |
st.text_input("National ID / Residency Number")
|
| 173 |
st.text_input("Email")
|
| 174 |
st.text_input("Phone Number")
|
| 175 |
-
st.selectbox("Ticket Type", ["General", "Billing", "Technical"
|
| 176 |
st.text_area("Describe your issue/request")
|
| 177 |
st.file_uploader("Upload Attachments (if any)", accept_multiple_files=True)
|
| 178 |
if st.form_submit_button("Submit"):
|
|
|
|
| 172 |
st.text_input("National ID / Residency Number")
|
| 173 |
st.text_input("Email")
|
| 174 |
st.text_input("Phone Number")
|
| 175 |
+
st.selectbox("Ticket Type", ["General", "Billing", "Technical"])
|
| 176 |
st.text_area("Describe your issue/request")
|
| 177 |
st.file_uploader("Upload Attachments (if any)", accept_multiple_files=True)
|
| 178 |
if st.form_submit_button("Submit"):
|