Spaces:
Sleeping
Sleeping
abdiharyadi
commited on
Commit
β’
c446280
1
Parent(s):
991fc8d
style: add default value for source style
Browse files
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)"),
|