glitch0011 commited on
Commit
08b8ceb
·
1 Parent(s): 44854e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -86,7 +86,7 @@ if text:
86
  htmlBase = ''.join(formatBase)
87
 
88
  st.json(base)
89
- st.markdown(htmlBase)
90
  st.json(mendo)
91
- st.markdown(htmlMendo)
92
 
 
86
  htmlBase = ''.join(formatBase)
87
 
88
  st.json(base)
89
+ st.markdown(htmlBase,unsafe_allow_html=True)
90
  st.json(mendo)
91
+ st.markdown(htmlMendo,unsafe_allow_html=True)
92