radames commited on
Commit
373e983
1 Parent(s): fd5c689

change layout

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -162,10 +162,10 @@ def main():
162
  generate_button = gr.Button("Generate")
163
 
164
  with gr.Column():
 
165
  with gr.Row():
166
  plaintext_result = gr.Image(label='Plain-text')
167
- richtext_result = gr.Image(label='Rich-text')
168
- token_map = gr.Image(label='Token Maps')
169
 
170
  with gr.Row():
171
  gr.Markdown(help_text)
 
162
  generate_button = gr.Button("Generate")
163
 
164
  with gr.Column():
165
+ richtext_result = gr.Image(label='Rich-text')
166
  with gr.Row():
167
  plaintext_result = gr.Image(label='Plain-text')
168
+ token_map = gr.Image(label='Token Maps')
 
169
 
170
  with gr.Row():
171
  gr.Markdown(help_text)