ZarinT commited on
Commit
57298a5
Β·
verified Β·
1 Parent(s): a5bc1a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- #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(
 
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(