its-abhay777 commited on
Commit
088c659
·
verified ·
1 Parent(s): 0286f38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,7 +1,6 @@
1
  import pandas as pd
2
  import gradio as gr
3
- from ./Search Engine/SmartSearchEngine import search_courses
4
-
5
  # Load the DataFrame with embeddings
6
  df = pd.read_pickle('output/courses_with_embeddings.pkl')
7
 
 
1
  import pandas as pd
2
  import gradio as gr
3
+ from Search_Engine.SmartSearchEngine import search_courses
 
4
  # Load the DataFrame with embeddings
5
  df = pd.read_pickle('output/courses_with_embeddings.pkl')
6