Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -68,7 +68,7 @@ if shearing:
|
|
| 68 |
if crop:
|
| 69 |
transformation.append("Crop")
|
| 70 |
|
| 71 |
-
st.
|
| 72 |
|
| 73 |
|
| 74 |
if uploaded_file is not None:
|
|
|
|
| 68 |
if crop:
|
| 69 |
transformation.append("Crop")
|
| 70 |
|
| 71 |
+
st.button("Submit")
|
| 72 |
|
| 73 |
|
| 74 |
if uploaded_file is not None:
|