Tonic commited on
Commit
69b73f3
Β·
unverified Β·
1 Parent(s): 448bc9b

add groups , interface, howto images

Browse files
Files changed (1) hide show
  1. app.py +7 -4
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
- with gr.Group():
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
  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():