Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -347,7 +347,7 @@ selected_image_base64 = get_image_as_base64(selected_image_url)
|
|
347 |
|
348 |
if selected_image_base64 is not None:
|
349 |
with st.sidebar:
|
350 |
-
st.markdown("""###
|
351 |
# Display the image
|
352 |
st.markdown(f"")
|
353 |
|
|
|
347 |
|
348 |
if selected_image_base64 is not None:
|
349 |
with st.sidebar:
|
350 |
+
st.markdown("""### Graphic Novel AI""")
|
351 |
# Display the image
|
352 |
st.markdown(f"")
|
353 |
|