Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -31,16 +31,9 @@ html = f'''
|
|
31 |
<body>
|
32 |
|
33 |
|
34 |
-
<iframe
|
35 |
-
|
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....")
|