samim commited on
Commit
7ea8b68
1 Parent(s): eb2c646

text adjust

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ with demo:
59
  "Instruction: Given an input question, respond with syntactically correct PostgreSQL\nInput: How many users signed up in the past month?\nPostgreSQL query: "], label= "Choose a sample Prompt")
60
 
61
  #with gr.Column:
62
- input_prompt_sql = gr.Textbox(label="Write text to prompt the model", value="", lines=6)
63
 
64
  with gr.Row():
65
  generated_txt = gr.Textbox(lines=3)
 
59
  "Instruction: Given an input question, respond with syntactically correct PostgreSQL\nInput: How many users signed up in the past month?\nPostgreSQL query: "], label= "Choose a sample Prompt")
60
 
61
  #with gr.Column:
62
+ input_prompt_sql = gr.Textbox(label="Write text to prompt the model", value="Once upon a time in a land far away", lines=6)
63
 
64
  with gr.Row():
65
  generated_txt = gr.Textbox(lines=3)