glitch0011 commited on
Commit
44854e8
·
1 Parent(s): 96898b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -85,8 +85,8 @@ if text:
85
  formatBase = format_span_box_markup(text, spanBase)
86
  htmlBase = ''.join(formatBase)
87
 
88
- st.json(mendo)
89
- st.markdown(format_span_box_markup(text, spanMendo))
90
  st.json(base)
91
- st.markdown(format_span_box_markup(text, spanBase))
 
 
92
 
 
85
  formatBase = format_span_box_markup(text, spanBase)
86
  htmlBase = ''.join(formatBase)
87
 
 
 
88
  st.json(base)
89
+ st.markdown(htmlBase)
90
+ st.json(mendo)
91
+ st.markdown(htmlMendo)
92