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()
|
@@ -75,7 +75,7 @@ with tab1:
|
|
75 |
unsafe_allow_html=True,
|
76 |
)
|
77 |
|
78 |
-
st.divider()
|
79 |
|
80 |
|
81 |
def support():
|
@@ -109,7 +109,7 @@ with tab1:
|
|
109 |
pass
|
110 |
with col3:
|
111 |
|
112 |
-
st.link_button("**:white[Support us]**", "https://www.paypal.com/paypalme/insilicochemistry", type="primary")
|
113 |
|
114 |
|
115 |
with tab2:
|
|
|
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()
|
|
|
75 |
unsafe_allow_html=True,
|
76 |
)
|
77 |
|
78 |
+
#st.divider()
|
79 |
|
80 |
|
81 |
def support():
|
|
|
109 |
pass
|
110 |
with col3:
|
111 |
|
112 |
+
#st.link_button("**:white[Support us]**", "https://www.paypal.com/paypalme/insilicochemistry", type="primary")
|
113 |
|
114 |
|
115 |
with tab2:
|