Basshole commited on
Commit
ac2a54f
·
verified ·
1 Parent(s): b6c9423

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -220,7 +220,7 @@ strategy_adv_demo = gr.Interface(fn=strategyGen.ideagen_adv,
220
  lines = 2,
221
  value = ""
222
  ) ] ,
223
- outputs =[gr.Textbox(lines=25)],
224
  allow_flagging="never", )
225
 
226
 
 
220
  lines = 2,
221
  value = ""
222
  ) ] ,
223
+ outputs =[gr.Textbox(lines=40)],
224
  allow_flagging="never", )
225
 
226