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