hathawayj commited on
Commit
bfea820
·
1 Parent(s): 44275b8

final change to app

Browse files
Files changed (1) hide show
  1. streamlit.py +0 -1
streamlit.py CHANGED
@@ -93,5 +93,4 @@ with open('slides.html','r') as f:
93
  html_data = f.read()
94
 
95
  ## Show in webpage
96
- st.header("Show an external HTML")
97
  st.components.v1.html(html_data,height=1500)
 
93
  html_data = f.read()
94
 
95
  ## Show in webpage
 
96
  st.components.v1.html(html_data,height=1500)