colbyford commited on
Commit
c4e6ccb
·
1 Parent(s): affd796

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ with gr.Blocks() as edapp:
31
  """)
32
  gr.Interface(
33
  fn=make_seq,
34
- inputs=gr.Slider(10, 100),
35
  outputs="text"
36
  )
37
 
 
31
  """)
32
  gr.Interface(
33
  fn=make_seq,
34
+ inputs=gr.Slider(10, 100, label = "Sequence Length"),
35
  outputs="text"
36
  )
37