Update app.py
Browse files
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=
|
| 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)
|