Spaces:
Runtime error
Runtime error
fixed title
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def col_select(value):
|
|
12 |
print(value)
|
13 |
|
14 |
|
15 |
-
st.title("
|
16 |
|
17 |
upload_file = st.file_uploader("Upload Image")
|
18 |
|
|
|
12 |
print(value)
|
13 |
|
14 |
|
15 |
+
st.title("Banana Image Colorizer")
|
16 |
|
17 |
upload_file = st.file_uploader("Upload Image")
|
18 |
|