Tonic commited on
Commit
c3509cc
·
unverified ·
1 Parent(s): 303c2fc

improve interface

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -123,12 +123,12 @@ with gr.Blocks(
123
  with gr.Row():
124
  with gr.Group():
125
  gr.Markdown(description2)
126
- with gr.Column():
127
  gr.Markdown(howto2)
128
  with gr.Row():
129
  with gr.Group():
130
  gr.Markdown(howto1)
131
- with gr.Column():
132
  gr.Markdown(join_us)
133
  with gr.Row():
134
  with gr.Column(scale=2):
 
123
  with gr.Row():
124
  with gr.Group():
125
  gr.Markdown(description2)
126
+ with gr.Group():
127
  gr.Markdown(howto2)
128
  with gr.Row():
129
  with gr.Group():
130
  gr.Markdown(howto1)
131
+ with gr.Group():
132
  gr.Markdown(join_us)
133
  with gr.Row():
134
  with gr.Column(scale=2):