Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ with tab1:
|
|
65 |
# st.markdown('#') #insert space
|
66 |
|
67 |
# show gif
|
68 |
-
file_ = open("data/
|
69 |
contents = file_.read()
|
70 |
data_url = base64.b64encode(contents).decode("utf-8")
|
71 |
file_.close()
|
|
|
65 |
# st.markdown('#') #insert space
|
66 |
|
67 |
# show gif
|
68 |
+
file_ = open("data/NCO.gif", "rb")
|
69 |
contents = file_.read()
|
70 |
data_url = base64.b64encode(contents).decode("utf-8")
|
71 |
file_.close()
|