Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="teal", secondary_hue="slate", n
|
|
35 |
label="API key",
|
36 |
scale=4,
|
37 |
)
|
38 |
-
with gr.
|
39 |
Button_Block_Apply_API_key = gr.Button(
|
40 |
value="Apply",
|
41 |
scale=1,
|
|
|
35 |
label="API key",
|
36 |
scale=4,
|
37 |
)
|
38 |
+
with gr.Row():
|
39 |
Button_Block_Apply_API_key = gr.Button(
|
40 |
value="Apply",
|
41 |
scale=1,
|