Wajahat698 commited on
Commit
12ec6ea
·
verified ·
1 Parent(s): e747eca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1785,4 +1785,4 @@ if st.session_state["used_messages"] < st.session_state["message_limit"]:
1785
  st.session_state.chat_history.append({"role": "assistant", "content": cleaned_text})
1786
  copy_to_clipboard(cleaned_text)
1787
  # -----------------------------------------------------------
1788
- st.session_state["handled"] = True # Mark as handled
 
1785
  st.session_state.chat_history.append({"role": "assistant", "content": cleaned_text})
1786
  copy_to_clipboard(cleaned_text)
1787
  # -----------------------------------------------------------
1788
+ st.session_state["handled"] = True # Mark as handled