Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
| 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")
|