TarunEnma commited on
Commit
16f058b
·
verified ·
1 Parent(s): 0bc3301

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import streamlit as st
2
  # def main():
3
- st.set_page_content(page_title="Reads your html",page_icon=":books:")
4
  st.header("Get your best Element")
5
  st.text_input("Pass your Element with its information")
6
 
 
1
  import streamlit as st
2
  # def main():
3
+ st.set_page_config(page_title="Reads your html",page_icon=":books:")
4
  st.header("Get your best Element")
5
  st.text_input("Pass your Element with its information")
6