prithivMLmods commited on
Commit
b400b60
·
verified ·
1 Parent(s): 241c689

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Document", variant="primary", elem_classes=["process-button"], size="lg")
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)