Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ def save_and_show(uploaded):
|
|
| 17 |
|
| 18 |
time.sleep(1)
|
| 19 |
|
| 20 |
-
pdf_url = f"https://huggingface.co/datasets/osaaso/
|
| 21 |
|
| 22 |
html = f"""
|
| 23 |
<iframe src="{pdf_url}" width="100%" height="800px"></iframe>
|
|
|
|
| 17 |
|
| 18 |
time.sleep(1)
|
| 19 |
|
| 20 |
+
pdf_url = f"https://huggingface.co/datasets/osaaso/registrations/resolve/main/{filename}"
|
| 21 |
|
| 22 |
html = f"""
|
| 23 |
<iframe src="{pdf_url}" width="100%" height="800px"></iframe>
|