Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|