c3ylab commited on
Commit
3173667
·
verified ·
1 Parent(s): 79acad9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -5,6 +5,11 @@ import streamlit as st
5
 
6
  from utils import load_base_prompt
7
 
 
 
 
 
 
8
 
9
  # import configparser
10
 
@@ -62,8 +67,6 @@ st.markdown(
62
  # unsafe_allow_html=True,
63
  # )
64
 
65
-
66
-
67
  st.title('stylenow.ai')
68
  st.markdown(hide_streamlit_style, unsafe_allow_html=True)
69
 
 
5
 
6
  from utils import load_base_prompt
7
 
8
+ st.set_page_config (
9
+ page_title = "Style Now",
10
+ page_icon = "👗",
11
+ )
12
+
13
 
14
  # import configparser
15
 
 
67
  # unsafe_allow_html=True,
68
  # )
69
 
 
 
70
  st.title('stylenow.ai')
71
  st.markdown(hide_streamlit_style, unsafe_allow_html=True)
72