Spaces:
Runtime error
Runtime error
Commit
·
41b0c94
1
Parent(s):
04eedcf
Update app.py
Browse files
app.py
CHANGED
@@ -56,14 +56,10 @@ st.markdown(page_bg_img, unsafe_allow_html=True)
|
|
56 |
col1, col2, col3 = st.columns([1,8,1])
|
57 |
#col1, col2 = st.columns(2)
|
58 |
|
59 |
-
<head>
|
60 |
-
<link rel="stylesheet" type="text/css" href="style.css">
|
61 |
-
</head>
|
62 |
-
|
63 |
### Гистограмма total_bill
|
64 |
with col2:
|
65 |
# Веб-приложение с использованием Streamlit
|
66 |
-
st.title('NLP project by team "BERT"'
|
67 |
col1, col2, col3 = st.columns([2,5,2])
|
68 |
#col1, col2 = st.columns(2)
|
69 |
|
|
|
56 |
col1, col2, col3 = st.columns([1,8,1])
|
57 |
#col1, col2 = st.columns(2)
|
58 |
|
|
|
|
|
|
|
|
|
59 |
### Гистограмма total_bill
|
60 |
with col2:
|
61 |
# Веб-приложение с использованием Streamlit
|
62 |
+
st.title(':blue[NLP project by team "BERT"]')
|
63 |
col1, col2, col3 = st.columns([2,5,2])
|
64 |
#col1, col2 = st.columns(2)
|
65 |
|