Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ image_base644 = get_image_as_base64(image_url4)
|
|
48 |
#image_base645 = get_image_as_base64(image_url5)
|
49 |
#image_base646 = get_image_as_base64(image_url6)
|
50 |
|
51 |
-
if
|
52 |
with st.sidebar:
|
53 |
st.markdown("""### Word Game AI""")
|
54 |
#st.markdown(f"")
|
|
|
48 |
#image_base645 = get_image_as_base64(image_url5)
|
49 |
#image_base646 = get_image_as_base64(image_url6)
|
50 |
|
51 |
+
if image_base644 is not None:
|
52 |
with st.sidebar:
|
53 |
st.markdown("""### Word Game AI""")
|
54 |
#st.markdown(f"")
|