muellerzr commited on
Commit
a049e29
·
1 Parent(s): f655f7f

http not https

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