Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ with gr.Blocks() as block:
|
|
34 |
gr.Markdown("# <center> ElevenLabs TTS </center>")
|
35 |
gr.Markdown(description)
|
36 |
|
37 |
-
|
38 |
|
39 |
input_api_key = gr.Textbox(
|
40 |
type='password',
|
|
|
34 |
gr.Markdown("# <center> ElevenLabs TTS </center>")
|
35 |
gr.Markdown(description)
|
36 |
|
37 |
+
with gr.Row(variant='panel'):
|
38 |
|
39 |
input_api_key = gr.Textbox(
|
40 |
type='password',
|