nanom commited on
Commit
307d2b5
·
1 Parent(s): 22d8c6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,8 +64,8 @@ with demo:
64
  gr.Image(value="https://img.unocero.com/2019/11/facebook-app-para-hacer-memes-1-1024x576.jpg",label="", type="URL")
65
  with gr.Column():
66
  input_expr = gr.Textbox(label="Input", placeholder="Enter an expression here")
67
- with gr.Row(): btn_get_tree = gr.Button(value="Get Tree")
68
  out_flat_tree = gr.Textbox(label="Flat tree", value="")
 
69
 
70
 
71
  out_image_tree = gr.HTML(label="")
 
64
  gr.Image(value="https://img.unocero.com/2019/11/facebook-app-para-hacer-memes-1-1024x576.jpg",label="", type="URL")
65
  with gr.Column():
66
  input_expr = gr.Textbox(label="Input", placeholder="Enter an expression here")
 
67
  out_flat_tree = gr.Textbox(label="Flat tree", value="")
68
+ with gr.Row(): btn_get_tree = gr.Button(value="Get Tree")
69
 
70
 
71
  out_image_tree = gr.HTML(label="")