phenomenon1981 commited on
Commit
9f6d9cf
·
1 Parent(s): 33b3e93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="English Text here")
34
- out = grad.Textbox(lines=4, label="Generated Prompts")
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):