Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# import packages
|
2 |
import streamlit as st
|
3 |
import os
|
4 |
-
from
|
5 |
from constants import StreamlitException
|
6 |
|
7 |
from nlp import (
|
|
|
1 |
# import packages
|
2 |
import streamlit as st
|
3 |
import os
|
4 |
+
from utils1 import load_file, plot_similarity_scores
|
5 |
from constants import StreamlitException
|
6 |
|
7 |
from nlp import (
|