deeploy-adubowski commited on
Commit
08ebeb5
·
1 Parent(s): bae31cb

Change default model URL

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ st.title("Loan application model example")
29
  def get_model_url():
30
  model_url = st.text_area(
31
  "Model URL (without the /explain endpoint, default is the demo deployment)",
32
- "https://api.app.deeploy.ml/workspaces/7dcdf61c-66d0-4b07-bd8d-7608bcd492d0/deployments/e2c1d1c6-ca68-414d-b071-6cd13ade15c1/",
33
  height=125,
34
  )
35
  elems = model_url.split("/")
 
29
  def get_model_url():
30
  model_url = st.text_area(
31
  "Model URL (without the /explain endpoint, default is the demo deployment)",
32
+ "https://api.app.deeploy.ml/workspaces/708b5808-27af-461a-8ee5-80add68384c7/deployments/dc8c359d-5f61-4107-8b0f-de97ec120289/",
33
  height=125,
34
  )
35
  elems = model_url.split("/")