georad commited on
Commit
9fde8b9
·
verified ·
1 Parent(s): f1959a7

Update app.py

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