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

text_fixes_v1

Browse files
Files changed (1) hide show
  1. app.py +1 -8
app.py CHANGED
@@ -54,13 +54,6 @@ def check_text(text, tool):
54
 
55
 
56
  def main():
57
- st.markdown("""
58
- <style>
59
- * {
60
- color: black;
61
- }
62
- </style>
63
- """, unsafe_allow_html=True)
64
  st.title('Проверка орфографии')
65
  text = st.text_area("Введите текст для проверки:", height=200)
66
  tool = load_assets()
@@ -101,7 +94,7 @@ def main():
101
  border: 1px solid #ddd;
102
  white-space: pre-wrap;
103
  font-family: monospace;
104
- color: black; /* Добавлено это свойство */
105
  ">
106
  {''.join(highlighted)}
107
  </div>
 
54
 
55
 
56
  def main():
 
 
 
 
 
 
 
57
  st.title('Проверка орфографии')
58
  text = st.text_area("Введите текст для проверки:", height=200)
59
  tool = load_assets()
 
94
  border: 1px solid #ddd;
95
  white-space: pre-wrap;
96
  font-family: monospace;
97
+ color: #000000;
98
  ">
99
  {''.join(highlighted)}
100
  </div>