bvd757 commited on
Commit
d8d82d6
·
1 Parent(s): 668c42c
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -43,6 +43,13 @@ def check_text(text, tool):
43
 
44
 
45
  def main():
 
 
 
 
 
 
 
46
  st.title('Проверка орфографии')
47
  text = st.text_area("Введите текст для проверки:", height=200)
48
  tool = load_assets()
 
43
 
44
 
45
  def main():
46
+ st.markdown("""
47
+ <style>
48
+ * {
49
+ color: black;
50
+ }
51
+ </style>
52
+ """, unsafe_allow_html=True)
53
  st.title('Проверка орфографии')
54
  text = st.text_area("Введите текст для проверки:", height=200)
55
  tool = load_assets()