automatethem commited on
Commit
2f2d80f
β€’
1 Parent(s): 23e0b24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -4,9 +4,7 @@ import requests
4
  url = 'https://automatethem.pythonanywhere.com/son-height-tabular-regression-scikit-learn/api'
5
 
6
  number = st.number_input('아버지 ν‚€', value=175.0, step=0.1)
7
- #button = st.button('μ•„λ“€ ν‚€ 예츑')
8
- button = st.button(st.secrets['API_KEY'])
9
-
10
 
11
  if button:
12
  container = st.container()
 
4
  url = 'https://automatethem.pythonanywhere.com/son-height-tabular-regression-scikit-learn/api'
5
 
6
  number = st.number_input('아버지 ν‚€', value=175.0, step=0.1)
7
+ button = st.button('μ•„λ“€ ν‚€ 예츑')
 
 
8
 
9
  if button:
10
  container = st.container()