Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -266,7 +266,7 @@ def main():
|
|
| 266 |
output_file = gr.File(label='Download Markdown Result', interactive=False)
|
| 267 |
cost_time = gr.Text(label='Time Cost', interactive=False)
|
| 268 |
|
| 269 |
-
process_btn = gr.Button("π Process
|
| 270 |
clear_btn = gr.Button("ποΈ Clear All", variant="secondary")
|
| 271 |
|
| 272 |
with gr.Column(scale=2):
|
|
|
|
| 266 |
output_file = gr.File(label='Download Markdown Result', interactive=False)
|
| 267 |
cost_time = gr.Text(label='Time Cost', interactive=False)
|
| 268 |
|
| 269 |
+
process_btn = gr.Button("π Process", variant="primary", elem_classes=["process-button"], size="lg")
|
| 270 |
clear_btn = gr.Button("ποΈ Clear All", variant="secondary")
|
| 271 |
|
| 272 |
with gr.Column(scale=2):
|