Blessin commited on
Commit
6f65233
·
1 Parent(s): fb0d710

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ iface = gr.Interface(
53
  inputs=[
54
  gr.components.Textbox(label="Enter name (Example: Ella)"),
55
  gr.components.Textbox(label="Enter story title (Example: The Enchanted Locket)"),
56
- gr.components.Radio(["for children", "absurd and humorous"], label="Story Type"),
57
  gr.components.Textbox(label="OpenAI API Key", type="password")
58
  ],
59
  outputs=[
 
53
  inputs=[
54
  gr.components.Textbox(label="Enter name (Example: Ella)"),
55
  gr.components.Textbox(label="Enter story title (Example: The Enchanted Locket)"),
56
+ gr.components.Radio(["for children", "absurd"], label="Story Type"),
57
  gr.components.Textbox(label="OpenAI API Key", type="password")
58
  ],
59
  outputs=[