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