Spaces:
Runtime error
Runtime error
VictorSanh
commited on
Commit
•
5139ca9
1
Parent(s):
be3e79e
title
Browse files
app.py
CHANGED
@@ -167,7 +167,7 @@ h1{display: flex;align-items: center;justify-content: center;gap: .25em}
|
|
167 |
"""
|
168 |
|
169 |
|
170 |
-
with gr.Blocks(title="
|
171 |
with gr.Row(equal_height=True):
|
172 |
with gr.Column(scale=4, min_width=250) as upload_area:
|
173 |
imagebox = gr.Image(
|
|
|
167 |
"""
|
168 |
|
169 |
|
170 |
+
with gr.Blocks(title="Screenshot to HTML", theme=gr.themes.Base(), css=css) as demo:
|
171 |
with gr.Row(equal_height=True):
|
172 |
with gr.Column(scale=4, min_width=250) as upload_area:
|
173 |
imagebox = gr.Image(
|