Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import pandas as pd
|
|
4 |
from data import *
|
5 |
from utils import *
|
6 |
|
7 |
-
|
8 |
|
9 |
st.sidebar.title('Подбор параметров')
|
10 |
with st.sidebar:
|
|
|
4 |
from data import *
|
5 |
from utils import *
|
6 |
|
7 |
+
st.write('Калькулятор фин здоровья')
|
8 |
|
9 |
st.sidebar.title('Подбор параметров')
|
10 |
with st.sidebar:
|