vineet124jig commited on
Commit
504e39f
·
verified ·
1 Parent(s): 1d72e38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -111,9 +111,9 @@ with gr.Blocks() as demo:
111
  info="Text: continuous paragraph | Points: bullet points"
112
  )
113
  max_points = gr.Slider(
114
- label="Max Points (1-100)",
115
  value=5,
116
- minimum=1,
117
  maximum=100,
118
  step=1,
119
  info="Only applies when format is 'points'"
 
111
  info="Text: continuous paragraph | Points: bullet points"
112
  )
113
  max_points = gr.Slider(
114
+ label="Max Points (2-100)",
115
  value=5,
116
+ minimum=2,
117
  maximum=100,
118
  step=1,
119
  info="Only applies when format is 'points'"