Update app.py
Browse files
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: {
|
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()
|