Wajahat698 commited on
Commit
cbe256c
·
verified ·
1 Parent(s): 70bad2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -657,4 +657,4 @@ if prompt :
657
  # Add AI response to chat history
658
 
659
  st.session_state.chat_history.append({"role": "assistant", "content": cleaned_text})
660
- copy_to_clipboard(combined_text)
 
657
  # Add AI response to chat history
658
 
659
  st.session_state.chat_history.append({"role": "assistant", "content": cleaned_text})
660
+ copy_to_clipboard(cleaned_text)