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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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;} .input-container {width: 100%;} .output-container {width: 100%; height: 100%;}")
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")