Commit
·
d9f1ea1
1
Parent(s):
c67b90a
Extra help
Browse files- app-ngrok.py +1 -1
app-ngrok.py
CHANGED
@@ -167,7 +167,7 @@ with gr.Blocks(theme='gradio/soft') as demo:
|
|
167 |
rate_down = gr.Button("👎", variant="secondary")
|
168 |
|
169 |
input_text = gr.Textbox(lines=3, placeholder='Write your question here...', label='NL Input')
|
170 |
-
db_info = gr.Textbox(lines=4, placeholder='Example: | table_01 : column_01 , column_02 | table_02 : column_01 , column_02 | ...', label='Database Info')
|
171 |
format_sql = gr.Checkbox(label="Format SQL + Remove Skeleton", value=True, interactive=True)
|
172 |
|
173 |
with gr.Row():
|
|
|
167 |
rate_down = gr.Button("👎", variant="secondary")
|
168 |
|
169 |
input_text = gr.Textbox(lines=3, placeholder='Write your question here...', label='NL Input')
|
170 |
+
db_info = gr.Textbox(lines=4, placeholder='Make sure to place your tables information inside || for better results. Example: | table_01 : column_01 , column_02 | table_02 : column_01 , column_02 | ...', label='Database Info')
|
171 |
format_sql = gr.Checkbox(label="Format SQL + Remove Skeleton", value=True, interactive=True)
|
172 |
|
173 |
with gr.Row():
|