Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -42,6 +42,8 @@ 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 |
with st.sidebar:
|
46 |
st.write("---")
|
47 |
st.image("hydrogen.jpg")
|
|
|
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", style="width: 100%; height: 1000px;", scrolling=True)
|
46 |
+
|
47 |
with st.sidebar:
|
48 |
st.write("---")
|
49 |
st.image("hydrogen.jpg")
|