textToSQL commited on
Commit
6b8406b
·
1 Parent(s): 3690e77

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("Prepare report")
81
 
82
 
83
- text1 = gr.Textbox(lines=10)
84
- text2 = gr.Textbox(lines=10)
85
 
86
  prompt = text1
87
 
 
80
  b2 = gr.Button("Prepare report")
81
 
82
 
83
+ text1 = gr.Textbox(lines=5)
84
+ text2 = gr.Textbox(lines=5)
85
 
86
  prompt = text1
87