kevinconka commited on
Commit
84f5caf
·
1 Parent(s): b6f892b

fixed requirements.txt

Browse files
Files changed (2) hide show
  1. app.py +3 -1
  2. requirements.txt +1 -1
app.py CHANGED
@@ -68,6 +68,8 @@ h1 {
68
  }
69
  """
70
 
 
 
71
  demo = gr.ChatInterface(
72
  answer_question,
73
  title=title,
@@ -78,7 +80,7 @@ demo = gr.ChatInterface(
78
  ["Can SEA.AI see at night?", "Reply with sailor slang."],
79
  ],
80
  css=css,
81
- analytics_enabled=True,
82
  )
83
 
84
  if __name__ == "__main__":
 
68
  }
69
  """
70
 
71
+ theme = gr.themes.Default(primary_hue=gr.themes.colors.indigo)
72
+
73
  demo = gr.ChatInterface(
74
  answer_question,
75
  title=title,
 
80
  ["Can SEA.AI see at night?", "Reply with sailor slang."],
81
  ],
82
  css=css,
83
+ theme=theme,
84
  )
85
 
86
  if __name__ == "__main__":
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
  unstructured
2
- chroma
3
  langchain
4
  langchain_openai
 
1
  unstructured
2
+ chromadb
3
  langchain
4
  langchain_openai