Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -109,7 +109,7 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
|
|
109 |
gr.Markdown(DESCRIPTIONx)
|
110 |
|
111 |
with gr.Row():
|
112 |
-
with gr.Column(scale=
|
113 |
with gr.Row():
|
114 |
prompt = gr.Text(
|
115 |
show_label=False,
|
|
|
109 |
gr.Markdown(DESCRIPTIONx)
|
110 |
|
111 |
with gr.Row():
|
112 |
+
with gr.Column(scale=1):
|
113 |
with gr.Row():
|
114 |
prompt = gr.Text(
|
115 |
show_label=False,
|