richardr1126 commited on
Commit
32c2894
·
1 Parent(s): 83c6516
Files changed (1) hide show
  1. app-ngrok.py +1 -0
app-ngrok.py CHANGED
@@ -64,6 +64,7 @@ def generate(input_message: str, db_info="", temperature=0.3, top_p=0.9, top_k=0
64
 
65
  # Gradio UI Code
66
  with gr.Blocks(theme='gradio/soft') as demo:
 
67
  header = gr.HTML("""
68
  <h1 style="text-align: center">SQL Skeleton WizardCoder Demo</h1>
69
  <h3 style="text-align: center">🕷️☠️🧙‍♂️ Generate SQL queries from Natural Language 🕷️☠️🧙‍♂️</h3>
 
64
 
65
  # Gradio UI Code
66
  with gr.Blocks(theme='gradio/soft') as demo:
67
+ # Elements stack vertically by default just define variables in order you want them to stack
68
  header = gr.HTML("""
69
  <h1 style="text-align: center">SQL Skeleton WizardCoder Demo</h1>
70
  <h3 style="text-align: center">🕷️☠️🧙‍♂️ Generate SQL queries from Natural Language 🕷️☠️🧙‍♂️</h3>