Spaces:
Sleeping
Sleeping
Dharini Baskaran
commited on
Commit
·
c2ff59c
1
Parent(s):
e5fe9ca
UI fixing
Browse files
app.py
CHANGED
|
@@ -97,7 +97,7 @@ with gr.Blocks() as demo:
|
|
| 97 |
gr.Markdown(
|
| 98 |
"""
|
| 99 |
<div style='display: flex; align-items: center; justify-content: center;'>
|
| 100 |
-
<img src='
|
| 101 |
<h1>Inovonics 2D Floorplan Vectorizer</h1>
|
| 102 |
</div>
|
| 103 |
"""
|
|
@@ -111,8 +111,8 @@ with gr.Blocks() as demo:
|
|
| 111 |
|
| 112 |
with gr.Column():
|
| 113 |
output_image = gr.Image(label="🖼 Output Vectorized Image")
|
| 114 |
-
output_json = gr.JSON(label="🧾 Output JSON")
|
| 115 |
download_button = gr.File(label="⬇️ Download JSON", visible=True)
|
|
|
|
| 116 |
|
| 117 |
error_output = gr.Textbox(label="Error Message", visible=False)
|
| 118 |
|
|
|
|
| 97 |
gr.Markdown(
|
| 98 |
"""
|
| 99 |
<div style='display: flex; align-items: center; justify-content: center;'>
|
| 100 |
+
<img src='public/logo.png' style='height: 50px; margin-right: 10px;'/>
|
| 101 |
<h1>Inovonics 2D Floorplan Vectorizer</h1>
|
| 102 |
</div>
|
| 103 |
"""
|
|
|
|
| 111 |
|
| 112 |
with gr.Column():
|
| 113 |
output_image = gr.Image(label="🖼 Output Vectorized Image")
|
|
|
|
| 114 |
download_button = gr.File(label="⬇️ Download JSON", visible=True)
|
| 115 |
+
output_json = gr.JSON(label="🧾 Output JSON")
|
| 116 |
|
| 117 |
error_output = gr.Textbox(label="Error Message", visible=False)
|
| 118 |
|