Spaces:
Running
Running
Jhjoon05
commited on
Commit
Β·
a9dbc81
1
Parent(s):
e1e206c
changed button style
Browse files
app.py
CHANGED
|
@@ -29,7 +29,7 @@ with block:
|
|
| 29 |
with gr.Row():
|
| 30 |
cb_translate = gr.Checkbox(value=False,label="Translate to English?",interactive=True)
|
| 31 |
with gr.Row():
|
| 32 |
-
btn_run = gr.Button("GENERATE SUBTITLE FILE")
|
| 33 |
with gr.Row():
|
| 34 |
tb_indicator = gr.Textbox(label="Output")
|
| 35 |
btn_openfolder = gr.Button('π').style(full_width=False)
|
|
@@ -53,7 +53,7 @@ with block:
|
|
| 53 |
with gr.Row():
|
| 54 |
cb_translate = gr.Checkbox(value=False,label="Translate to English?",interactive=True)
|
| 55 |
with gr.Row():
|
| 56 |
-
btn_run = gr.Button("GENERATE SUBTITLE FILE")
|
| 57 |
with gr.Row():
|
| 58 |
tb_indicator = gr.Textbox(label="Output")
|
| 59 |
btn_openfolder = gr.Button('π').style(full_width=False)
|
|
@@ -72,7 +72,7 @@ with block:
|
|
| 72 |
with gr.Row():
|
| 73 |
cb_translate = gr.Checkbox(value=False,label="Translate to English?",interactive=True)
|
| 74 |
with gr.Row():
|
| 75 |
-
btn_run = gr.Button("GENERATE SUBTITLE FILE")
|
| 76 |
with gr.Row():
|
| 77 |
tb_indicator = gr.Textbox(label="Output")
|
| 78 |
btn_openfolder = gr.Button('π').style(full_width=False)
|
|
|
|
| 29 |
with gr.Row():
|
| 30 |
cb_translate = gr.Checkbox(value=False,label="Translate to English?",interactive=True)
|
| 31 |
with gr.Row():
|
| 32 |
+
btn_run = gr.Button("GENERATE SUBTITLE FILE",variant="primary")
|
| 33 |
with gr.Row():
|
| 34 |
tb_indicator = gr.Textbox(label="Output")
|
| 35 |
btn_openfolder = gr.Button('π').style(full_width=False)
|
|
|
|
| 53 |
with gr.Row():
|
| 54 |
cb_translate = gr.Checkbox(value=False,label="Translate to English?",interactive=True)
|
| 55 |
with gr.Row():
|
| 56 |
+
btn_run = gr.Button("GENERATE SUBTITLE FILE",variant="primary")
|
| 57 |
with gr.Row():
|
| 58 |
tb_indicator = gr.Textbox(label="Output")
|
| 59 |
btn_openfolder = gr.Button('π').style(full_width=False)
|
|
|
|
| 72 |
with gr.Row():
|
| 73 |
cb_translate = gr.Checkbox(value=False,label="Translate to English?",interactive=True)
|
| 74 |
with gr.Row():
|
| 75 |
+
btn_run = gr.Button("GENERATE SUBTITLE FILE",variant="primary")
|
| 76 |
with gr.Row():
|
| 77 |
tb_indicator = gr.Textbox(label="Output")
|
| 78 |
btn_openfolder = gr.Button('π').style(full_width=False)
|