abdiharyadi commited on
Commit
c446280
β€’
1 Parent(s): 991fc8d

style: add default value for source style

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ demo = gr.Interface(
31
  gr.Radio(label="Gaya sumber (Source style)", choices=[
32
  ("Positif (Positive)", "LABEL_1"),
33
  ("Negatif (Negative)", "LABEL_0"),
34
- ]),
35
  ],
36
  outputs=[
37
  gr.Textbox(label="Graf AMR sumber (Source AMR graph)"),
 
31
  gr.Radio(label="Gaya sumber (Source style)", choices=[
32
  ("Positif (Positive)", "LABEL_1"),
33
  ("Negatif (Negative)", "LABEL_0"),
34
+ ], value="LABEL_1"),
35
  ],
36
  outputs=[
37
  gr.Textbox(label="Graf AMR sumber (Source AMR graph)"),