awacke1 commited on
Commit
e39be7a
·
verified ·
1 Parent(s): f63d47c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.html", "r") as f:
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)