fffiloni commited on
Commit
37cc338
β€’
1 Parent(s): 09dbcf5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -130,7 +130,7 @@ with gr.Blocks(css=css) as demo:
130
  with gr.Row():
131
  lang = gr.Dropdown(label="Pick a language", choices=["English", "French", "German", "Hindi", "Italian", "Polish", "Portuguese", "Spanish"], value="English")
132
  age = gr.Dropdown(label="Age target", choices=["3","4","5","6","7"], value="5")
133
- openai_key = gr.Textbox(label="Your OpenAI API key", type="password")
134
  submit_btn = gr.Button('Submit')
135
 
136
  audio = gr.Audio(label="The story audio told")
 
130
  with gr.Row():
131
  lang = gr.Dropdown(label="Pick a language", choices=["English", "French", "German", "Hindi", "Italian", "Polish", "Portuguese", "Spanish"], value="English")
132
  age = gr.Dropdown(label="Age target", choices=["3","4","5","6","7"], value="5")
133
+ openai_key = gr.Textbox(label="πŸ”‘ Your OpenAI API key", type="password", info="*required")
134
  submit_btn = gr.Button('Submit')
135
 
136
  audio = gr.Audio(label="The story audio told")