Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
# def main():
|
3 |
-
st.
|
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 |
|