its-abhay777
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
import pandas as pd
|
2 |
import gradio as gr
|
3 |
-
from
|
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 |
|