Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import requests
|
|
7 |
|
8 |
def scrape(instring):
|
9 |
|
10 |
-
return gr.HTML.update(f'''<object data="https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf"
|
11 |
|
12 |
def scrape1(instring):
|
13 |
# set the url to perform the get request
|
|
|
7 |
|
8 |
def scrape(instring):
|
9 |
|
10 |
+
return gr.HTML.update(f'''<object data="https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf" width="100%" height="500px"></object>''')
|
11 |
|
12 |
def scrape1(instring):
|
13 |
# set the url to perform the get request
|