ceejaytheanalyst commited on
Commit
5895838
·
verified ·
1 Parent(s): ad1987c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ import numpy as np
11
  model = SentenceTransformer('all-MiniLM-L6-v2')
12
  sentence_embed = pd.read_csv('Reference_file.csv')
13
 
14
- st.write(sentence_embed.head(5))
15
 
16
  # Define the backend function
17
  def mapping_code(user_input):
 
11
  model = SentenceTransformer('all-MiniLM-L6-v2')
12
  sentence_embed = pd.read_csv('Reference_file.csv')
13
 
14
+ #st.write(sentence_embed.head(5))
15
 
16
  # Define the backend function
17
  def mapping_code(user_input):