Omnibus commited on
Commit
cf7468e
·
1 Parent(s): e9a0290

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -11,13 +11,14 @@ def test(inp):
11
  <head>
12
  </head>
13
  <body>
 
 
14
  <iframe
15
  src="{inp}"
16
  frameborder="0"
17
  width="100%"
18
  height="2000"
19
  ></iframe>
20
- <object data = "{inp}"></object>
21
  </body>
22
  </html>'''
23
  return out
 
11
  <head>
12
  </head>
13
  <body>
14
+ <object data="{inp}"></object>
15
+
16
  <iframe
17
  src="{inp}"
18
  frameborder="0"
19
  width="100%"
20
  height="2000"
21
  ></iframe>
 
22
  </body>
23
  </html>'''
24
  return out