parasucolucy
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ def main():
|
|
42 |
st.set_page_config(page_title="Chemistry Instructor", page_icon="⚖️")
|
43 |
st.header("ChatGPT Based Chemistry Assistant")
|
44 |
st.markdown(css_code, unsafe_allow_html=True)
|
45 |
-
st.components.v1.iframe("https://pubchem.ncbi.nlm.nih.gov/periodic-table/#view=table&embed=true", width=700, height=
|
46 |
|
47 |
with st.sidebar:
|
48 |
st.write("---")
|
|
|
42 |
st.set_page_config(page_title="Chemistry Instructor", page_icon="⚖️")
|
43 |
st.header("ChatGPT Based Chemistry Assistant")
|
44 |
st.markdown(css_code, unsafe_allow_html=True)
|
45 |
+
st.components.v1.iframe("https://pubchem.ncbi.nlm.nih.gov/periodic-table/#view=table&embed=true", width=700, height=700, scrolling=True)
|
46 |
|
47 |
with st.sidebar:
|
48 |
st.write("---")
|