Nymbo commited on
Commit
dc05a19
·
1 Parent(s): 6ead22c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="pink", secondary_hue="pink")
38
  with gr.Row(variant='panel'):
39
  input_api_key = gr.Textbox(
40
  type='password',
41
- label='Elevenlabs API Key',
42
  placeholder='Enter your API key',
43
  elem_id="input_api_key"
44
  )
 
38
  with gr.Row(variant='panel'):
39
  input_api_key = gr.Textbox(
40
  type='password',
41
+ label='ElevenLabs API Key',
42
  placeholder='Enter your API key',
43
  elem_id="input_api_key"
44
  )