Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -38,4 +38,4 @@ construct_index("context_data")
|
|
38 |
|
39 |
iface = gr.Interface(fn=ask_ai, inputs="text", outputs="text" ,title="Chatbot")
|
40 |
|
41 |
-
iface.launch(
|
|
|
38 |
|
39 |
iface = gr.Interface(fn=ask_ai, inputs="text", outputs="text" ,title="Chatbot")
|
40 |
|
41 |
+
iface.launch()
|