Update app.py
Browse files
app.py
CHANGED
@@ -198,7 +198,7 @@ footer {
|
|
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)
|
204 |
with gr.Row():
|
|
|
198 |
"""
|
199 |
|
200 |
with gr.Blocks(css=css, theme=theme, fill_width= False) as app:
|
201 |
+
with gr.Tab("Basic Settings", fill_width= False):
|
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)
|
204 |
with gr.Row():
|