Curranj commited on
Commit
07b9c4b
·
1 Parent(s): 4bcce1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,6 +33,6 @@ def greet( prompt):
33
 
34
 
35
  #Code to set up Gradio UI
36
- iface = gr.Interface(greet, inputs = ["text"], outputs = "text",title="Natural Language to SQL", description="Enter any natural language prompt and get a SQL statement back")
37
  iface.launch()
38
 
 
33
 
34
 
35
  #Code to set up Gradio UI
36
+ iface = gr.Interface(greet, inputs = ["text"], outputs = "text",title="Natural Language to SQL", description="Enter any prompt and get a SQL statement back! Give it more context for better results, like specifying your variables")
37
  iface.launch()
38