vishnun commited on
Commit
2ad19b6
·
1 Parent(s): f6763b6

Update app.py

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