muellerzr HF staff commited on
Commit
54a84a0
1 Parent(s): b959e3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def run_aim():
31
 
32
  html = f"""
33
  <iframe
34
- src="http://{HOST}:{PORT}"
35
  style=""
36
  position: fixed;
37
  top: 0px;
 
31
 
32
  html = f"""
33
  <iframe
34
+ src="http://localhost:{PORT}"
35
  style=""
36
  position: fixed;
37
  top: 0px;