Update app.py
Browse files
app.py
CHANGED
@@ -144,7 +144,7 @@ with left:
|
|
144 |
with proforma_section:
|
145 |
pdf_container = st.container()
|
146 |
with pdf_container:
|
147 |
-
display_PDF(st,
|
148 |
|
149 |
|
150 |
with right:
|
|
|
144 |
with proforma_section:
|
145 |
pdf_container = st.container()
|
146 |
with pdf_container:
|
147 |
+
display_PDF(st, pdf_url='https://huggingface.co/spaces/suredream/actoolv2/resolve/main/proforma-example.pdf')
|
148 |
|
149 |
|
150 |
with right:
|