Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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")
|
|