davila7 commited on
Commit
39526c3
1 Parent(s): bbc90a3

fix parse_any

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -11,6 +11,7 @@ from utils import (
11
  embed_docs,
12
  text_to_docs,
13
  get_answer,
 
14
  get_sources,
15
  wrap_text_in_html,
16
  )
 
11
  embed_docs,
12
  text_to_docs,
13
  get_answer,
14
+ parse_any,
15
  get_sources,
16
  wrap_text_in_html,
17
  )