manuee commited on
Commit
6a86c66
·
1 Parent(s): 3e6cc0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -35,4 +35,5 @@ iface = gr.Interface(fn=chatbot,
35
  title="IDS Agent",
36
  css="body {background-color: #ADD8E6;}")
37
 
38
- index = construct_index("docs")
 
 
35
  title="IDS Agent",
36
  css="body {background-color: #ADD8E6;}")
37
 
38
+ index = construct_index("docs")
39
+ iface.launch(share=True)