Spaces:
Running
on
Zero
Running
on
Zero
add groups , interface, howto images
Browse files
app.py
CHANGED
@@ -172,13 +172,11 @@ with gr.Blocks(theme=gr.themes.Base()) as demo:
|
|
172 |
with gr.Column:
|
173 |
with gr.Group():
|
174 |
gr.Markdown(howto)
|
175 |
-
|
|
|
176 |
with gr.Column():
|
177 |
gr.Image(f"res/image/howto_{i+1}.png", label=f"How To Step {i+1}")
|
178 |
-
|
179 |
-
# for i in range(4):
|
180 |
-
# with gr.Column():
|
181 |
-
# gr.Image(f"res/image/howto_{i+1}.png", label=f"How To Step {i+1}")
|
182 |
with gr.Row():
|
183 |
with gr.Column(scale=1):
|
184 |
with gr.Group():
|
|
|
172 |
with gr.Column:
|
173 |
with gr.Group():
|
174 |
gr.Markdown(howto)
|
175 |
+
with gr.Row():
|
176 |
+
for i in range(5):
|
177 |
with gr.Column():
|
178 |
gr.Image(f"res/image/howto_{i+1}.png", label=f"How To Step {i+1}")
|
179 |
+
|
|
|
|
|
|
|
180 |
with gr.Row():
|
181 |
with gr.Column(scale=1):
|
182 |
with gr.Group():
|