Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -229,7 +229,7 @@ def create_gradio_interface():
|
|
229 |
alignment = gr.Dropdown(choices=["Left", "Center", "Right", "Justified"], value="Left", label="Text Alignment")
|
230 |
image_size = gr.Dropdown(choices=["Small", "Medium", "Large"], value="Medium", label="Image Size in PDF")
|
231 |
|
232 |
-
process_btn = gr.Button("🚀 Process
|
233 |
clear_btn = gr.Button("🗑️ Clear All", variant="secondary")
|
234 |
|
235 |
# Right Column (Outputs)
|
|
|
229 |
alignment = gr.Dropdown(choices=["Left", "Center", "Right", "Justified"], value="Left", label="Text Alignment")
|
230 |
image_size = gr.Dropdown(choices=["Small", "Medium", "Large"], value="Medium", label="Image Size in PDF")
|
231 |
|
232 |
+
process_btn = gr.Button("🚀 Process Image", variant="primary", elem_classes=["process-button"], size="lg")
|
233 |
clear_btn = gr.Button("🗑️ Clear All", variant="secondary")
|
234 |
|
235 |
# Right Column (Outputs)
|