akameswa commited on
Commit
a8c457b
1 Parent(s): 5304887

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -281,8 +281,8 @@ with gr.Blocks() as demo:
281
  minimum=0,
282
  maximum=360,
283
  step=1,
284
- value=180,
285
- label="Start Proportion of Circle",
286
  info="Enter the value in degrees",
287
  )
288
  end_degree_circular = gr.Slider(
@@ -290,7 +290,7 @@ with gr.Blocks() as demo:
290
  maximum=360,
291
  step=1,
292
  value=360,
293
- label="End Proportion of Circle",
294
  info="Enter the value in degrees",
295
  )
296
  step_size_circular = gr.Textbox(
 
281
  minimum=0,
282
  maximum=360,
283
  step=1,
284
+ value=0,
285
+ label="Start Angle",
286
  info="Enter the value in degrees",
287
  )
288
  end_degree_circular = gr.Slider(
 
290
  maximum=360,
291
  step=1,
292
  value=360,
293
+ label="End Angle",
294
  info="Enter the value in degrees",
295
  )
296
  step_size_circular = gr.Textbox(