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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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