S0udy commited on
Commit
68d7368
·
verified ·
1 Parent(s): 42587eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ with tab1:
65
  # st.markdown('#') #insert space
66
 
67
  # show gif
68
- file_ = open("data/newview2.gif", "rb")
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()