Pendrokar commited on
Commit
e660a3f
·
verified ·
1 Parent(s): 904463c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -39,9 +39,9 @@ input_textbox = gr.Textbox(
39
  )
40
 
41
  parse_tree = gr.Label(
42
- "Parse Tree"
43
- #label="Parse Tree",
44
  # could not auto select example output
 
45
  )
46
 
47
  gradio_app = gr.Interface(
 
39
  )
40
 
41
  parse_tree = gr.Label(
42
+ label="Parse Tree",
 
43
  # could not auto select example output
44
+ value="['free', [['COI', 'coi'], ['sumti_5', [['PA', 'ro'], ['KOhA', 'do']]]]]"
45
  )
46
 
47
  gradio_app = gr.Interface(