Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,12 @@ with tab1:
|
|
65 |
# st.markdown('#') #insert space
|
66 |
|
67 |
# show gif
|
68 |
-
file_ = open("data/O=CNc1ccccc1.png", "rb")
|
|
|
|
|
|
|
|
|
|
|
69 |
contents = file_.read()
|
70 |
data_url = base64.b64encode(contents).decode("utf-8")
|
71 |
file_.close()
|
@@ -75,6 +80,8 @@ with tab1:
|
|
75 |
unsafe_allow_html=True,
|
76 |
)
|
77 |
|
|
|
|
|
78 |
#st.divider()
|
79 |
|
80 |
|
|
|
65 |
# st.markdown('#') #insert space
|
66 |
|
67 |
# show gif
|
68 |
+
#file_ = open("data/O=CNc1ccccc1.png", "rb")
|
69 |
+
#contents = file_.read()
|
70 |
+
#data_url = base64.b64encode(contents).decode("utf-8")
|
71 |
+
#file_.close()
|
72 |
+
|
73 |
+
file_ = open("data/ezgif-3-371bdb31ea-ezgif.com-speed.gif", "rb")
|
74 |
contents = file_.read()
|
75 |
data_url = base64.b64encode(contents).decode("utf-8")
|
76 |
file_.close()
|
|
|
80 |
unsafe_allow_html=True,
|
81 |
)
|
82 |
|
83 |
+
|
84 |
+
|
85 |
#st.divider()
|
86 |
|
87 |
|