vishnun commited on
Commit
92bb3f0
·
1 Parent(s): 9221eb4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -47,5 +47,5 @@ if submit:
47
  c_text = c_text + '<span style="font-weight:bold; color:rgb(0,255,0);">' + x + '</span>' + " "
48
 
49
  ct = c_text.capitalize()
50
- st.write(ct)
51
- st.markdown(ct, unsafe_allow_html=True)
 
47
  c_text = c_text + '<span style="font-weight:bold; color:rgb(0,255,0);">' + x + '</span>' + " "
48
 
49
  ct = c_text.capitalize()
50
+ st.write(str(ct))
51
+ st.markdown(str(ct), unsafe_allow_html=True)