saswatdas123 commited on
Commit
6e7e439
Β·
verified Β·
1 Parent(s): dbc8314

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -1,10 +1,8 @@
1
  import streamlit as st
2
 
3
 
4
- st.set_page_config(
5
- page_title="Welcome!!!",
6
- page_icon="πŸ‘‹",
7
- )
8
 
9
  st.write("# Welcome to PatentGuru! πŸ‘‹")
10
  st.sidebar.success("Select a demo above")
 
1
  import streamlit as st
2
 
3
 
4
+
5
+ st.set_page_config("Welcome")
 
 
6
 
7
  st.write("# Welcome to PatentGuru! πŸ‘‹")
8
  st.sidebar.success("Select a demo above")