prithivMLmods commited on
Commit
a0cff2b
·
verified ·
1 Parent(s): af5c970

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -249,7 +249,7 @@ def create_gradio_interface():
249
  gr.Markdown("### PDF Export Settings")
250
  font_size = gr.Dropdown(choices=["8", "10", "12", "14", "16", "18"], value="12", label="Font Size")
251
  line_spacing = gr.Dropdown(choices=[1.0, 1.15, 1.5, 2.0], value=1.15, label="Line Spacing")
252
- alignment = gr.Dropdown(choices=["Left", "Center", "Right", "Justified"], value="Left", label="Text Alignment")
253
  image_size = gr.Dropdown(choices=["Small", "Medium", "Large"], value="Medium", label="Image Size in PDF")
254
 
255
  process_btn = gr.Button("🚀 Process Image", variant="primary", elem_classes=["process-button"], size="lg")
 
249
  gr.Markdown("### PDF Export Settings")
250
  font_size = gr.Dropdown(choices=["8", "10", "12", "14", "16", "18"], value="12", label="Font Size")
251
  line_spacing = gr.Dropdown(choices=[1.0, 1.15, 1.5, 2.0], value=1.15, label="Line Spacing")
252
+ alignment = gr.Dropdown(choices=["Left", "Center", "Right", "Justified"], value="Justified", label="Text Alignment")
253
  image_size = gr.Dropdown(choices=["Small", "Medium", "Large"], value="Medium", label="Image Size in PDF")
254
 
255
  process_btn = gr.Button("🚀 Process Image", variant="primary", elem_classes=["process-button"], size="lg")