Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,6 @@ def save_feedback(user_input, bot_response, rating, comment):
|
|
91 |
sheet.append_row(feedback)
|
92 |
|
93 |
# Streamlit app layout
|
94 |
-
st.set_page_config(page_title="Feedback App", page_icon="π€")
|
95 |
|
96 |
st.markdown("<h3 style='text-align: center;'>π€ Chatbot Feedback π€</h3>", unsafe_allow_html=True)
|
97 |
|
|
|
91 |
sheet.append_row(feedback)
|
92 |
|
93 |
# Streamlit app layout
|
|
|
94 |
|
95 |
st.markdown("<h3 style='text-align: center;'>π€ Chatbot Feedback π€</h3>", unsafe_allow_html=True)
|
96 |
|