Yntec commited on
Commit
5263605
·
1 Parent(s): f5a9af4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,7 +135,7 @@ with gr.Blocks(css='style.css') as demo:
135
  max_lines=2,
136
  placeholder="Enter a basic idea and click 'Magic Prompt'. Got no ideas? No problem, Simply just hit the magic button!",
137
  ).style(
138
- container=False,
139
  )
140
  see_prompts = gr.Button("✨ Magic Prompt ✨").style(full_width=False)
141
 
 
135
  max_lines=2,
136
  placeholder="Enter a basic idea and click 'Magic Prompt'. Got no ideas? No problem, Simply just hit the magic button!",
137
  ).style(
138
+ container=False,min_width=640
139
  )
140
  see_prompts = gr.Button("✨ Magic Prompt ✨").style(full_width=False)
141