Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -36,6 +36,6 @@ iface = gr.Interface(fn=chatbot,
|
|
36 |
theme="compact",
|
37 |
layout="vertical",
|
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;}
|
40 |
|
41 |
index = construct_index("docs")
|
|
|
36 |
theme="compact",
|
37 |
layout="vertical",
|
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;}")
|
40 |
|
41 |
index = construct_index("docs")
|