muellerzr HF staff commited on
Commit
71f7183
1 Parent(s): 6683660

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -11
app.py CHANGED
@@ -31,16 +31,9 @@ html = f'''
31
  <body>
32
 
33
 
34
- <iframe src="http://{HOST}:{PORT}">
35
- </iframe>
36
-
37
- </body>
38
- </html>
39
- '''
40
-
41
- """
42
-
43
- style=""
44
  position: fixed;
45
  top: 0px;
46
  bottom: 0px;
@@ -52,7 +45,11 @@ html = f'''
52
  overflow: hidden;
53
  z-index: 999999;
54
  height: 100%;
55
- """
 
 
 
 
56
 
57
  def run():
58
  print("Starting server....")
 
31
  <body>
32
 
33
 
34
+ <iframe
35
+ src="http://{HOST}:{PORT}";
36
+ style="";
 
 
 
 
 
 
 
37
  position: fixed;
38
  top: 0px;
39
  bottom: 0px;
 
45
  overflow: hidden;
46
  z-index: 999999;
47
  height: 100%;
48
+ </iframe>
49
+
50
+ </body>
51
+ </html>
52
+ '''
53
 
54
  def run():
55
  print("Starting server....")