Update app.py
Browse files
app.py
CHANGED
@@ -197,7 +197,7 @@ footer {
|
|
197 |
}
|
198 |
"""
|
199 |
|
200 |
-
with gr.Blocks(css=css, theme=theme) as app:
|
201 |
with gr.Tab("Basic Settings"):
|
202 |
with gr.Row():
|
203 |
prompt = gr.Textbox(placeholder="Enter the image description...", show_label=True, label='Image Prompt ✍️', lines=3, show_copy_button = True)
|
|
|
197 |
}
|
198 |
"""
|
199 |
|
200 |
+
with gr.Blocks(css=css, theme=theme, fill_width= False) as app:
|
201 |
with gr.Tab("Basic Settings"):
|
202 |
with gr.Row():
|
203 |
prompt = gr.Textbox(placeholder="Enter the image description...", show_label=True, label='Image Prompt ✍️', lines=3, show_copy_button = True)
|