innoefawwaz1 commited on
Commit
41d9dfa
1 Parent(s): a99139c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ with st.form(key='form_parameters'):
30
 
31
  # inference
32
  if submitted:
33
- URL = 'http://customerchurn-innoefawwaz1.koyeb.app/predict'
34
  param = {'gender': g,
35
  'SeniorCitizen': s,
36
  'Partner': p,
 
30
 
31
  # inference
32
  if submitted:
33
+ URL = 'https://customerchurn-innoefawwaz1.koyeb.app/predict'
34
  param = {'gender': g,
35
  'SeniorCitizen': s,
36
  'Partner': p,