Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|