parasucolucy commited on
Commit
090877c
·
verified ·
1 Parent(s): 97df235

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=800, scrolling=True)
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("---")