vishnun commited on
Commit
0cebdaa
·
1 Parent(s): 3a85039

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ if submit:
44
  if x in input_text.lower().split(" "):
45
  c_text = c_text + x + " "
46
  else:
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.markdown(str(ct), unsafe_allow_html=True)
 
44
  if x in input_text.lower().split(" "):
45
  c_text = c_text + x + " "
46
  else:
47
+ c_text = c_text + '<span style="font-weight:bold; color:rgb(0,255,100);">' + x + '</span>' + " "
48
 
49
  ct = c_text.capitalize()
50
  st.markdown(str(ct), unsafe_allow_html=True)