Shubham89 commited on
Commit
069da75
·
1 Parent(s): 710fa58

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "Meshwork bot")
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)