Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,8 @@ def test(inp):
|
|
16 |
frameborder="0"
|
17 |
width="100%"
|
18 |
height="2000"
|
19 |
-
></iframe>
|
|
|
20 |
</body>
|
21 |
</html>'''
|
22 |
return out
|
|
|
16 |
frameborder="0"
|
17 |
width="100%"
|
18 |
height="2000"
|
19 |
+
></iframe>
|
20 |
+
<object data = "{inp}"></object>
|
21 |
</body>
|
22 |
</html>'''
|
23 |
return out
|