prithivMLmods commited on
Commit
00a9e2d
1 Parent(s): a146d4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ format_choice = gr.Dropdown(
129
 
130
  line_spacing = gr.Dropdown(
131
  choices=[1.0, 1.15, 1.5, 2.0, 2.5, 3.0],
132
- value=1.15,
133
  label="Line Spacing"
134
  )
135
 
 
129
 
130
  line_spacing = gr.Dropdown(
131
  choices=[1.0, 1.15, 1.5, 2.0, 2.5, 3.0],
132
+ value=1.5,
133
  label="Line Spacing"
134
  )
135