Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -32,6 +32,6 @@ def greet( prompt):
|
|
32 |
|
33 |
|
34 |
#Code to set up Gradio UI
|
35 |
-
iface = gr.Interface(greet, inputs
|
36 |
iface.launch()
|
37 |
|
|
|
32 |
|
33 |
|
34 |
#Code to set up Gradio UI
|
35 |
+
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")
|
36 |
iface.launch()
|
37 |
|