Update app.py
Browse files
app.py
CHANGED
@@ -118,3 +118,19 @@ if text:
|
|
118 |
|
119 |
|
120 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
118 |
|
119 |
|
120 |
|
121 |
+
st.write(" ")
|
122 |
+
st.write(" ")
|
123 |
+
|
124 |
+
st.markdown("---")
|
125 |
+
st.write("""
|
126 |
+
### 💌 Your voice matters
|
127 |
+
""")
|
128 |
+
|
129 |
+
feedback_input = st.text_area(label= 'please leave your feedback or any ideas to make this bot more knowledgeable and fun')
|
130 |
+
feedback_button = st.button(label = 'Submit feedback!')
|
131 |
+
|
132 |
+
if feedback_button:
|
133 |
+
update_worksheet_comment()
|
134 |
+
|
135 |
+
|
136 |
+
|