Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -131,7 +131,7 @@ with gr.Blocks() as demo:
|
|
131 |
"""
|
132 |
)
|
133 |
with gr.Column():
|
134 |
-
html_show = gr.HTML(f'<a href="
|
135 |
with gr.Column():
|
136 |
html_result = gr.HTML(
|
137 |
value="""
|
|
|
131 |
"""
|
132 |
)
|
133 |
with gr.Column():
|
134 |
+
html_show = gr.HTML(f'<a href="/home/user/app/demo.html" target="_blank">Open Demo HTML</a>')
|
135 |
with gr.Column():
|
136 |
html_result = gr.HTML(
|
137 |
value="""
|