Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -127,7 +127,7 @@ uploaded_file = st.sidebar.file_uploader(
|
|
127 |
|
128 |
# Input from clipboard
|
129 |
# Paste image button
|
130 |
-
image_data = paste(label="
|
131 |
if image_data is not None:
|
132 |
clipboard_use = True
|
133 |
header, encoded = image_data.split(",", 1)
|
|
|
127 |
|
128 |
# Input from clipboard
|
129 |
# Paste image button
|
130 |
+
image_data = paste(label="Paste From Clipboard", key="image_clipboard")
|
131 |
if image_data is not None:
|
132 |
clipboard_use = True
|
133 |
header, encoded = image_data.split(",", 1)
|