vishnun commited on
Commit
d653180
·
1 Parent(s): ac31c1d

Update app.py

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