muellerzr HF staff commited on
Commit
a309f85
1 Parent(s): 9d66191

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -26,15 +26,13 @@ def run_aim():
26
  subprocess.Popen(cmd)
27
 
28
  html = f"""
29
- <iframe
30
- src="http://{HOST}:{PORT}"
31
- ">
32
  </iframe>
33
  """
34
 
35
  """
36
 
37
- style="
38
  position: fixed;
39
  top: 0px;
40
  bottom: 0px;
 
26
  subprocess.Popen(cmd)
27
 
28
  html = f"""
29
+ <iframe src="http://{HOST}:{PORT}">
 
 
30
  </iframe>
31
  """
32
 
33
  """
34
 
35
+ style=""
36
  position: fixed;
37
  top: 0px;
38
  bottom: 0px;