bvd757 commited on
Commit
285e310
·
1 Parent(s): 1ec18d4

text_fixes_v2

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -54,6 +54,13 @@ def check_text(text, tool):
54
 
55
 
56
  def main():
 
 
 
 
 
 
 
57
  st.title('Проверка орфографии')
58
  text = st.text_area("Введите текст для проверки:", height=200)
59
  tool = load_assets()
 
54
 
55
 
56
  def main():
57
+ st.markdown("""
58
+ <style>
59
+ * {
60
+ color: white;
61
+ }
62
+ </style>
63
+ """, unsafe_allow_html=True)
64
  st.title('Проверка орфографии')
65
  text = st.text_area("Введите текст для проверки:", height=200)
66
  tool = load_assets()