Spaces:
Runtime error
Runtime error
Commit ·
80446b6
1
Parent(s): 8f6a226
Fix typo
Browse files- streamlit_app.py +1 -1
streamlit_app.py
CHANGED
|
@@ -23,7 +23,7 @@ def main():
|
|
| 23 |
col1.subheader('Content Image')
|
| 24 |
col2.subheader('Style Image')
|
| 25 |
show_image = col1.empty()
|
| 26 |
-
show_style = col2.empty(
|
| 27 |
|
| 28 |
st.subheader('Style Transfer')
|
| 29 |
show_transfer = st.empty()
|
|
|
|
| 23 |
col1.subheader('Content Image')
|
| 24 |
col2.subheader('Style Image')
|
| 25 |
show_image = col1.empty()
|
| 26 |
+
show_style = col2.empty()
|
| 27 |
|
| 28 |
st.subheader('Style Transfer')
|
| 29 |
show_transfer = st.empty()
|