AashitaK commited on
Commit
1f47ab4
·
verified ·
1 Parent(s): 055f0cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import pickle
2
  import gradio as gr
3
- from chatbot import answer_query_with_context
4
- from file_utils import load_database, load_embeddings, load_file
5
 
6
  database_filepath = 'services.csv'
7
  embeddings_filepath = 'document_embeddings.pkl'
 
1
  import pickle
2
  import gradio as gr
3
+ from utils.chatbot import answer_query_with_context
4
+ from utils.file_utils import load_database, load_embeddings, load_file
5
 
6
  database_filepath = 'services.csv'
7
  embeddings_filepath = 'document_embeddings.pkl'