ysharma HF staff commited on
Commit
fcf64cb
1 Parent(s): 7a87190

update layout

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -70,8 +70,8 @@ with demo:
70
 
71
  with gr.Row():
72
  generated_txt = gr.Textbox(lines=3)
73
- b1 = gr.Button("Generate SQL")
74
-
75
  b1.click(sql_generate,inputs=[example_prompt, input_prompt_sql], outputs=generated_txt)
76
 
77
  with gr.Row():
 
70
 
71
  with gr.Row():
72
  generated_txt = gr.Textbox(lines=3)
73
+
74
+ b1 = gr.Button("Generate SQL")
75
  b1.click(sql_generate,inputs=[example_prompt, input_prompt_sql], outputs=generated_txt)
76
 
77
  with gr.Row():