Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,6 +11,6 @@ def gradio_ask_ai(user_input):
|
|
11 |
response = index.query(query)
|
12 |
return response.response
|
13 |
|
14 |
-
demo = gradio.Interface(fn=gradio_ask_ai, inputs = "text", outputs = "text", title = "
|
15 |
|
16 |
demo.launch(inline=False)
|
|
|
11 |
response = index.query(query)
|
12 |
return response.response
|
13 |
|
14 |
+
demo = gradio.Interface(fn=gradio_ask_ai, inputs = "text", outputs = "text", title = "Meshworks bot")
|
15 |
|
16 |
demo.launch(inline=False)
|