Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -201,26 +201,16 @@ def get_file_url(path):
|
|
| 201 |
file_.close()
|
| 202 |
return data_url
|
| 203 |
|
| 204 |
-
|
| 205 |
-
new_skeleton_url = get_file_url("./static/cherokee_source.png")
|
| 206 |
|
| 207 |
gif1, gif2 = st.columns(2)
|
| 208 |
with gif1:
|
| 209 |
# st.subheader("detail")
|
| 210 |
|
| 211 |
-
st.markdown(
|
| 212 |
-
f'<img src="data:image/gif;base64,{old_skeleton_url}" width=450 alt="demo gif">',
|
| 213 |
-
unsafe_allow_html=True,
|
| 214 |
-
)
|
| 215 |
st.caption("Fig: https://en.wikipedia.org/wiki/Cherokee_syllabary ")
|
| 216 |
|
| 217 |
with gif2:
|
| 218 |
# st.subheader("detail")
|
| 219 |
-
|
| 220 |
-
st.markdown(
|
| 221 |
-
f'<img src="data:image/gif;base64,{new_skeleton_url}" width=450 alt="demo gif">',
|
| 222 |
-
unsafe_allow_html=True,
|
| 223 |
-
)
|
| 224 |
st.caption("""Fig: https://en.wikipedia.org/wiki/Cherokee_syllabary """)
|
| 225 |
|
| 226 |
st.divider()
|
|
|
|
| 201 |
file_.close()
|
| 202 |
return data_url
|
| 203 |
|
| 204 |
+
|
|
|
|
| 205 |
|
| 206 |
gif1, gif2 = st.columns(2)
|
| 207 |
with gif1:
|
| 208 |
# st.subheader("detail")
|
| 209 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 210 |
st.caption("Fig: https://en.wikipedia.org/wiki/Cherokee_syllabary ")
|
| 211 |
|
| 212 |
with gif2:
|
| 213 |
# st.subheader("detail")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 214 |
st.caption("""Fig: https://en.wikipedia.org/wiki/Cherokee_syllabary """)
|
| 215 |
|
| 216 |
st.divider()
|