samim commited on
Commit
2afe9c9
1 Parent(s): 9f0d5d3

text change

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="Or Write text following the example pattern given below, to get SQL commands...", value="Instruction: Given an input question, respond with syntactically correct PostgreSQL. Use table called 'department'.\nInput: Select names of all the departments in their descending alphabetical order.\nPostgreSQL query: ", 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="", lines=6)
63
 
64
  with gr.Row():
65
  generated_txt = gr.Textbox(lines=3)