LAP-DEV commited on
Commit
f9600be
·
verified ·
1 Parent(s): 2b57fb3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -275,7 +275,7 @@ class App:
275
  btn_reset = gr.Button(value="Reset")
276
  btn_reset.click(None,js="window.location.reload()")
277
  with gr.Row():
278
- with gr.Column(scale=2):
279
  tb_indicator = gr.Textbox(label="Output result", scale=1)
280
  with gr.Column(scale=2):
281
  tb_info = gr.Textbox(label="Output info", interactive=False, scale=1)
 
275
  btn_reset = gr.Button(value="Reset")
276
  btn_reset.click(None,js="window.location.reload()")
277
  with gr.Row():
278
+ with gr.Column(scale=3):
279
  tb_indicator = gr.Textbox(label="Output result", scale=1)
280
  with gr.Column(scale=2):
281
  tb_info = gr.Textbox(label="Output info", interactive=False, scale=1)