georad commited on
Commit
7037a24
·
verified ·
1 Parent(s): a56730d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ def launch_bot():
67
 
68
  #cfg = st.session_state.cfg
69
  #vq = st.session_state.vq
70
- st.set_page_config(page_title=cfg.title, layout="wide")
71
 
72
  # left side content
73
  with st.sidebar:
 
67
 
68
  #cfg = st.session_state.cfg
69
  #vq = st.session_state.vq
70
+ st.set_page_config(page_title=cfg.title(), layout="wide")
71
 
72
  # left side content
73
  with st.sidebar: