CalebCometML commited on
Commit
8cab968
·
1 Parent(s): a474d4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def kangas_fn(dataset_repo):
27
  dg.save(str(proj_dir / 'datagrids' / dg_file_name))
28
  kg.show(
29
  port=7640,
30
- host=calebcometml-kangas-demo.hf.space,
31
  protocol="https"
32
  )
33
  height = st.sidebar.slider("iFrame Height", 200, 1500, 900, 100)
 
27
  dg.save(str(proj_dir / 'datagrids' / dg_file_name))
28
  kg.show(
29
  port=7640,
30
+ host=servername,
31
  protocol="https"
32
  )
33
  height = st.sidebar.slider("iFrame Height", 200, 1500, 900, 100)