Spaces:
Runtime error
Runtime error
Commit
·
9f6d9cf
1
Parent(s):
33b3e93
Update app.py
Browse files
app.py
CHANGED
@@ -30,8 +30,8 @@ def generate(starting_text):
|
|
30 |
return response_end
|
31 |
|
32 |
|
33 |
-
txt = grad.Textbox(lines=1, label="Initial Text", placeholder="
|
34 |
-
out = grad.Textbox(lines=
|
35 |
|
36 |
examples = []
|
37 |
for x in range(8):
|
|
|
30 |
return response_end
|
31 |
|
32 |
|
33 |
+
txt = grad.Textbox(lines=1, label="Initial Text", placeholder="Enter a basic idea")
|
34 |
+
out = grad.Textbox(lines=5, label="Generated Prompts")
|
35 |
|
36 |
examples = []
|
37 |
for x in range(8):
|