cocktailpeanut commited on
Commit
8dbbd58
·
1 Parent(s): 9833747
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ css = """
98
  """
99
 
100
 
101
- with gr.Blocks(css=css, full_width=True) as demo:
102
  with gr.Row():
103
  prompt = gr.Textbox(value="high quality", label="Prompt")
104
  run_button = gr.Button("Generate")
 
98
  """
99
 
100
 
101
+ with gr.Blocks(css=css, fill_width=True) as demo:
102
  with gr.Row():
103
  prompt = gr.Textbox(value="high quality", label="Prompt")
104
  run_button = gr.Button("Generate")