georad commited on
Commit
b161150
·
verified ·
1 Parent(s): 14dba6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ def launch_bot():
93
  "## Temporary test demo only\n"
94
  )
95
 
96
- st.markdown(f"<center> <h2> Header Demo Test: {cfg["title']} </h2> </center>", unsafe_allow_html=True)
97
 
98
  if "messages" not in st.session_state.keys():
99
  reset()
 
93
  "## Temporary test demo only\n"
94
  )
95
 
96
+ st.markdown(f"<center> <h2> Header Demo Test: {cfg.title} </h2> </center>", unsafe_allow_html=True)
97
 
98
  if "messages" not in st.session_state.keys():
99
  reset()