Spaces:
Runtime error
Runtime error
Commit
·
f3850b1
1
Parent(s):
0837f13
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ with grad.Blocks(css='style.css') as demo:
|
|
41 |
</h1>
|
42 |
</div>
|
43 |
<p style="margin-bottom: 10px; font-size: 96%">
|
44 |
-
Ready to see some magic happen? Simply type in your
|
45 |
</p>
|
46 |
<p style="margin-bottom: 10px; font-size: 98%">
|
47 |
❤️ Press the Like Button if you enjoy my space! ❤️</a>
|
@@ -50,7 +50,7 @@ with grad.Blocks(css='style.css') as demo:
|
|
50 |
"""
|
51 |
)
|
52 |
with grad.Column(elem_id="col-container"):
|
53 |
-
with grad.Row():
|
54 |
txt = grad.Textbox(
|
55 |
label="Initial Text",
|
56 |
show_label=False,
|
|
|
41 |
</h1>
|
42 |
</div>
|
43 |
<p style="margin-bottom: 10px; font-size: 96%">
|
44 |
+
Ready to see some magic happen? Simply type in your basic idea. Feeling lazy? No problem, just hit the "Magic Prompt" button and it will randomly pull from a list of thousands of ideas for you.
|
45 |
</p>
|
46 |
<p style="margin-bottom: 10px; font-size: 98%">
|
47 |
❤️ Press the Like Button if you enjoy my space! ❤️</a>
|
|
|
50 |
"""
|
51 |
)
|
52 |
with grad.Column(elem_id="col-container"):
|
53 |
+
with grad.Row(variant="compact"):
|
54 |
txt = grad.Textbox(
|
55 |
label="Initial Text",
|
56 |
show_label=False,
|