Spaces:
Build error
Build error
Commit
·
337e469
1
Parent(s):
ea3f597
Add instruction image
Browse files- app.py +7 -1
- capture.png +3 -0
app.py
CHANGED
|
@@ -116,8 +116,14 @@ demo = gr.Blocks()
|
|
| 116 |
|
| 117 |
with demo:
|
| 118 |
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>" + title + "</h1>")
|
|
|
|
| 119 |
with gr.Box():
|
| 120 |
-
gr.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 121 |
# First row - Inputs
|
| 122 |
with gr.Row(scale=1):
|
| 123 |
with gr.Column():
|
|
|
|
| 116 |
|
| 117 |
with demo:
|
| 118 |
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>" + title + "</h1>")
|
| 119 |
+
|
| 120 |
with gr.Box():
|
| 121 |
+
with gr.Row():
|
| 122 |
+
with gr.Column():
|
| 123 |
+
gr.Markdown(description)
|
| 124 |
+
with gr.Column():
|
| 125 |
+
gr.Image("capture.png")
|
| 126 |
+
|
| 127 |
# First row - Inputs
|
| 128 |
with gr.Row(scale=1):
|
| 129 |
with gr.Column():
|
capture.png
ADDED
|
Git LFS Details
|