Spaces:
Runtime error
Runtime error
Commit
·
6c56a18
1
Parent(s):
c788764
Update app.py
Browse files
app.py
CHANGED
@@ -131,6 +131,4 @@ if uploaded_file is not None:
|
|
131 |
|
132 |
if st.button("Submit Feedback"):
|
133 |
st.success("Thanks for providing feedback!")
|
134 |
-
# Implement your feedback handling logic here based on the `selected_feedback` value
|
135 |
-
|
136 |
-
Tell me how to solve this problem like
|
|
|
131 |
|
132 |
if st.button("Submit Feedback"):
|
133 |
st.success("Thanks for providing feedback!")
|
134 |
+
# Implement your feedback handling logic here based on the `selected_feedback` value
|
|
|
|