Spaces:
Running
Running
PushkarA07
commited on
Commit
·
8fea2bf
1
Parent(s):
47cd4d7
Update app.py
Browse files
app.py
CHANGED
@@ -398,6 +398,7 @@ st.write("""
|
|
398 |
# Image Recolorisation
|
399 |
"""
|
400 |
)
|
|
|
401 |
file_up = st.file_uploader("Upload an jpg image", type=["jpg", "jpeg", "png"])
|
402 |
|
403 |
if file_up is not None:
|
|
|
398 |
# Image Recolorisation
|
399 |
"""
|
400 |
)
|
401 |
+
st.subheader("Created by Pushkar")
|
402 |
file_up = st.file_uploader("Upload an jpg image", type=["jpg", "jpeg", "png"])
|
403 |
|
404 |
if file_up is not None:
|