Tyler Burns commited on
Commit
b60de54
1 Parent(s): e642bfc

fixed an import statement

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ from sentence_transformers import SentenceTransformer
5
  import umap.umap_ as umap
6
  import numpy as np
7
  import sys
 
8
 
9
  # The search bar
10
  keywords = st.text_input('Enter your search', 'The future of AI')
 
5
  import umap.umap_ as umap
6
  import numpy as np
7
  import sys
8
+ import plotly.express as px
9
 
10
  # The search bar
11
  keywords = st.text_input('Enter your search', 'The future of AI')