Update app.py
Browse files
app.py
CHANGED
@@ -356,5 +356,5 @@ tests = ["giv me number of orders from the driver elizbeth", "name of driver wit
|
|
356 |
"""# UI"""
|
357 |
|
358 |
iface = gr.Interface(fn=query_creator, inputs= [gr.Textbox(label = "API Key"), gr.Textbox(label = "Organization Key"), gr.Textbox(label = "Plain Text Query")], outputs=gr.Textbox(label = "MongoDB Query"), )
|
359 |
-
iface.launch(
|
360 |
|
|
|
356 |
"""# UI"""
|
357 |
|
358 |
iface = gr.Interface(fn=query_creator, inputs= [gr.Textbox(label = "API Key"), gr.Textbox(label = "Organization Key"), gr.Textbox(label = "Plain Text Query")], outputs=gr.Textbox(label = "MongoDB Query"), )
|
359 |
+
iface.launch()
|
360 |
|