textToSQL commited on
Commit
4610770
·
1 Parent(s): c6874ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -80,8 +80,8 @@ with demo:
80
  b2 = gr.Button("Process text")
81
 
82
 
83
- text1 = gr.Textbox()
84
- text2 = gr.Textbox()
85
 
86
  prompt = text1
87
 
 
80
  b2 = gr.Button("Process text")
81
 
82
 
83
+ text1 = gr.Textbox(lines=20)
84
+ text2 = gr.Textbox(lines=20)
85
 
86
  prompt = text1
87