Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -388,7 +388,7 @@ def main():
|
|
388 |
st.session_state.chat_history.append({"user": user_question, "bot": response})
|
389 |
st.session_state.last_question = user_question
|
390 |
|
391 |
-
|
392 |
|
393 |
with st.form(key=f"feedback_form_{len(st.session_state.chat_history)}"):
|
394 |
rating = st.radio(
|
|
|
388 |
st.session_state.chat_history.append({"user": user_question, "bot": response})
|
389 |
st.session_state.last_question = user_question
|
390 |
|
391 |
+
st.markdown(f"π Feedbacks collected: **{len(st.session_state.feedback_log)} / 5**")
|
392 |
|
393 |
with st.form(key=f"feedback_form_{len(st.session_state.chat_history)}"):
|
394 |
rating = st.radio(
|