cryogenic22 commited on
Commit
f1829a4
·
verified ·
1 Parent(s): 40c8205

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -8
app.py CHANGED
@@ -26,14 +26,6 @@ st.set_page_config(
26
  from streamlit.web.server.server import Server
27
  Server.address = "0.0.0.0"
28
 
29
- # Set page config
30
- st.set_page_config(
31
- page_title="Market Research Generator",
32
- page_icon="📈",
33
- layout="wide",
34
- initial_sidebar_state="expanded"
35
- )
36
-
37
  # Add styles
38
  st.markdown(main_styles, unsafe_allow_html=True)
39
 
 
26
  from streamlit.web.server.server import Server
27
  Server.address = "0.0.0.0"
28
 
 
 
 
 
 
 
 
 
29
  # Add styles
30
  st.markdown(main_styles, unsafe_allow_html=True)
31