Spaces:
Runtime error
Runtime error
Commit
·
08b8ceb
1
Parent(s):
44854e8
Update app.py
Browse files
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 |
|