Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import streamlit as st
|
|
| 2 |
|
| 3 |
st.set_page_config(layout="wide")
|
| 4 |
|
| 5 |
-
with open("lunar_lander.
|
| 6 |
html = f.read()
|
| 7 |
|
| 8 |
st.components.v1.html(html, height=450)
|
|
|
|
| 2 |
|
| 3 |
st.set_page_config(layout="wide")
|
| 4 |
|
| 5 |
+
with open("lunar_lander.htm", "r") as f:
|
| 6 |
html = f.read()
|
| 7 |
|
| 8 |
st.components.v1.html(html, height=450)
|