UniquePratham commited on
Commit
b7a1777
·
verified ·
1 Parent(s): 99c8074

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -133,6 +133,7 @@ uploaded_file = st.sidebar.file_uploader(
133
 
134
  # Input from clipboard
135
  # Paste image button
 
136
  image_data = paste(
137
  label="Paste From Clipboard", key="image_clipboard")
138
  if image_data is not None:
 
133
 
134
  # Input from clipboard
135
  # Paste image button
136
+ clipboard_use = False
137
  image_data = paste(
138
  label="Paste From Clipboard", key="image_clipboard")
139
  if image_data is not None: