espejelomar commited on
Commit
48794ca
1 Parent(s): 7e85460

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import streamlit as st
2
  from PIL import Image
 
3
  from backend import inference
4
 
5
  st.title("Using Sentence Transformers for semantic search")
 
1
  import streamlit as st
2
  from PIL import Image
3
+
4
  from backend import inference
5
 
6
  st.title("Using Sentence Transformers for semantic search")