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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -4,7 +4,9 @@ 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
 
9
  if button:
10
  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
+ button = st.button(st.secrets['API_KEY'])
9
+
10
 
11
  if button:
12
  container = st.container()