Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -46,5 +46,6 @@ if submit:
|
|
46 |
else:
|
47 |
c_text = c_text + '<span style="font-weight:bold; color:rgb(0,255,0);">' + x + '</span>' + " "
|
48 |
|
49 |
-
|
50 |
-
st.
|
|
|
|
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.write(ct)
|
51 |
+
st.markdown(ct, unsafe_allow_html=True)
|