John6666 commited on
Commit
8547332
Β·
verified Β·
1 Parent(s): 62c4a4b

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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():