manuee commited on
Commit
12bbf79
·
1 Parent(s): c10d939

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -38,5 +38,4 @@ iface = gr.Interface(fn=chatbot,
38
  examples=[["I need help with my account."], ["How do I reset my password?"], ["Can you tell me the store hours?"]],
39
  css="body {background-color: #ADD8E6;} .input-container {width: 100%;} .output-container {width: 100%; height: 100%;}")
40
 
41
- index = construct_index("docs")
42
- iface.launch(share=True)
 
38
  examples=[["I need help with my account."], ["How do I reset my password?"], ["Can you tell me the store hours?"]],
39
  css="body {background-color: #ADD8E6;} .input-container {width: 100%;} .output-container {width: 100%; height: 100%;}")
40
 
41
+ index = construct_index("docs")