updates
Browse files
app.py
CHANGED
@@ -135,6 +135,7 @@ elif options == "Model Information":
|
|
135 |
|
136 |
|
137 |
# Feedback Page
|
|
|
138 |
elif options == "Feedback":
|
139 |
st.title("Feedback")
|
140 |
st.write("We value your feedback! Please let us know your thoughts about the model and interface.")
|
|
|
135 |
|
136 |
|
137 |
# Feedback Page
|
138 |
+
|
139 |
elif options == "Feedback":
|
140 |
st.title("Feedback")
|
141 |
st.write("We value your feedback! Please let us know your thoughts about the model and interface.")
|