WiNE-iNEFF commited on
Commit
13c420f
·
1 Parent(s): e183288

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -5
app.py CHANGED
@@ -69,11 +69,13 @@ with demo:
69
  </p>
70
  </div>
71
  """)
72
- with gr.Column():
73
- with gr.Row().style(equal_height=True):
74
- gall = gr.Gallery(elem_id='gallery').style(grid=[4])
75
- greet_btn = gr.Button("Generate")
76
- greet_btn.click(fn=ex, outputs=gall)
 
 
77
  gr.HTML(
78
  """
79
  <div class="footer">
 
69
  </p>
70
  </div>
71
  """)
72
+ with gr.Tabs():
73
+ with gr.TabItem("V1"):
74
+ with gr.Column():
75
+ with gr.Row().style(equal_height=True):
76
+ gall = gr.Gallery(elem_id='gallery').style(grid=[4])
77
+ greet_btn = gr.Button("Generate")
78
+ greet_btn.click(fn=ex, outputs=gall)
79
  gr.HTML(
80
  """
81
  <div class="footer">