Spaces:
Running
Running
Upload app.py
Browse files
app.py
CHANGED
@@ -117,7 +117,7 @@ CSS="""
|
|
117 |
.gallery { width=100%; height=512px; max_height=512px !important; }
|
118 |
"""
|
119 |
|
120 |
-
with gr.Blocks(css=CSS) as demo:
|
121 |
with gr.Tab('The Dream'):
|
122 |
txt_input = gr.Textbox(label = 'Your prompt:', lines=4) #.style(container=False,min_width=1200)
|
123 |
with gr.Row():
|
|
|
117 |
.gallery { width=100%; height=512px; max_height=512px !important; }
|
118 |
"""
|
119 |
|
120 |
+
with gr.Blocks(fill_width=True, css=CSS) as demo:
|
121 |
with gr.Tab('The Dream'):
|
122 |
txt_input = gr.Textbox(label = 'Your prompt:', lines=4) #.style(container=False,min_width=1200)
|
123 |
with gr.Row():
|