Guiyom commited on
Commit
e4ee05d
·
1 Parent(s): 7c535f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ with gr.Blocks() as demo:
41
  wordstouse = gr.Textbox(label="Words for reading", info="Put here the words you would like the child to train on, not compulstory", placeholder= "the then car if this ...")
42
  with gr.Row():
43
  localizer = gr.Textbox(label="Location", value="Hong Kong", placeholder="Location")
44
- agefor = gr.Slider(minimum=0, maximum=20, step=1, default=10, label="Age of the child")
45
  language = gr.Dropdown(choices=["Mandarin", "Cantonese", "French", "English", "Korean", "Italian", "German", "Russian"], label="Language of the story", value="English")
46
  with gr.Row():
47
  btn = gr.Button("Make me a bed time story")
 
41
  wordstouse = gr.Textbox(label="Words for reading", info="Put here the words you would like the child to train on, not compulstory", placeholder= "the then car if this ...")
42
  with gr.Row():
43
  localizer = gr.Textbox(label="Location", value="Hong Kong", placeholder="Location")
44
+ agefor = gr.Slider(minimum=6, maximum=20, step=1, value=10, label="Age of the child")
45
  language = gr.Dropdown(choices=["Mandarin", "Cantonese", "French", "English", "Korean", "Italian", "German", "Russian"], label="Language of the story", value="English")
46
  with gr.Row():
47
  btn = gr.Button("Make me a bed time story")