JaphetHernandez commited on
Commit
e0d369e
·
verified ·
1 Parent(s): 241e197

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -25,11 +25,11 @@ st.title("Cosine Similarity with Llama 3.1")
25
 
26
 
27
  # initialize query
28
- query=st.text("aspiring human resources specialist")
29
 
30
  # Upload CSV file
31
  uploaded_file = st.file_uploader("Upload a CSV file", type=["csv"])
32
-
33
 
34
  if uploaded_file is not None:
35
  # Read CSV file
 
25
 
26
 
27
  # initialize query
28
+ query="aspiring human resources specialist"
29
 
30
  # Upload CSV file
31
  uploaded_file = st.file_uploader("Upload a CSV file", type=["csv"])
32
+ print("Query: ", query)
33
 
34
  if uploaded_file is not None:
35
  # Read CSV file