Jason
commited on
Commit
·
8fc673b
1
Parent(s):
be44165
add title to predictor page
Browse files- predictor.py +2 -0
predictor.py
CHANGED
@@ -15,6 +15,8 @@ else:
|
|
15 |
URL = config['DEVELOPMENT']['URL']
|
16 |
|
17 |
def run():
|
|
|
|
|
18 |
with st.form(key='predictor'):
|
19 |
customerID = st.text_input(
|
20 |
label="Customer IDs, separate it with a comma"
|
|
|
15 |
URL = config['DEVELOPMENT']['URL']
|
16 |
|
17 |
def run():
|
18 |
+
st.title("TelkomselPredictor")
|
19 |
+
|
20 |
with st.form(key='predictor'):
|
21 |
customerID = st.text_input(
|
22 |
label="Customer IDs, separate it with a comma"
|