Spaces:
Runtime error
Runtime error
Commit
·
2c938af
1
Parent(s):
c3a8cf1
Update app.py
Browse files
app.py
CHANGED
@@ -604,7 +604,7 @@ with gr.Blocks(css=css) as demo:
|
|
604 |
gr.HTML(not_talking)
|
605 |
gr.HTML(
|
606 |
"""
|
607 |
-
<embed src="
|
608 |
"""
|
609 |
)
|
610 |
with gr.Row():
|
|
|
604 |
gr.HTML(not_talking)
|
605 |
gr.HTML(
|
606 |
"""
|
607 |
+
<embed src="output.pdf" type="application/pdf" width="100%" height="700px" />
|
608 |
"""
|
609 |
)
|
610 |
with gr.Row():
|