Spaces:
Running
Running
Commit
·
bdf42ba
1
Parent(s):
ec107df
Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ css = '''
|
|
86 |
|
87 |
image_blocks = gr.Blocks(css=css)
|
88 |
with image_blocks as demo:
|
89 |
-
gr.HTML(read_content("header.html"))
|
90 |
with gr.Group():
|
91 |
with gr.Box():
|
92 |
with gr.Row():
|
|
|
86 |
|
87 |
image_blocks = gr.Blocks(css=css)
|
88 |
with image_blocks as demo:
|
89 |
+
# gr.HTML(read_content("header.html"))
|
90 |
with gr.Group():
|
91 |
with gr.Box():
|
92 |
with gr.Row():
|