Moiz commited on
Commit
4f1463f
·
1 Parent(s): e336d68

Added application form slider

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ with gr.Blocks() as app:
12
  gr.Markdown("# Movie Rating App")
13
  movie_name = gr.Textbox(label="Movie Name", placeholder="Enter the movie name...")
14
  rating = gr.Slider(
15
- minumum=0,
16
  maximum=10,
17
  step = 0.25
18
  )
 
12
  gr.Markdown("# Movie Rating App")
13
  movie_name = gr.Textbox(label="Movie Name", placeholder="Enter the movie name...")
14
  rating = gr.Slider(
15
+ minimum=0,
16
  maximum=10,
17
  step = 0.25
18
  )