ANASDAVOODTK commited on
Commit
23f5ed9
1 Parent(s): 6949efd
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import streamlit as st
2
  import os
3
  import pyperclip
4
-
5
  st.title("Copy text button code1")
6
 
7
  user_input = st.text_input("Enter your text here:")
 
1
  import streamlit as st
2
  import os
3
  import pyperclip
4
+ os.system('sudo apt-get install -y xclip')
5
  st.title("Copy text button code1")
6
 
7
  user_input = st.text_input("Enter your text here:")
requirements.txt CHANGED
@@ -1 +1 @@
1
- xclip
 
1
+ pyperclip