osheina commited on
Commit
41eba6b
1 Parent(s): d2400c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -8
app.py CHANGED
@@ -10,14 +10,6 @@ from lstm import lstm_model_page
10
  from bert_strim import bert_model_page
11
  import pandas as pd
12
 
13
- # Определение функции для загрузки CSS файла
14
- def local_css(file_name):
15
- with open(file_name) as f:
16
- st.markdown(f"<style>{f.read()}</style>", unsafe_allow_html=True)
17
-
18
- # Загрузка CSS файла
19
- local_css("styles.css")
20
-
21
 
22
  def app_description_page():
23
  st.title("Welcome to My App!")
 
10
  from bert_strim import bert_model_page
11
  import pandas as pd
12
 
 
 
 
 
 
 
 
 
13
 
14
  def app_description_page():
15
  st.title("Welcome to My App!")