Spaces:
Running
Running
text adjust
Browse files
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)
|