Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -25,11 +25,11 @@ st.title("Cosine Similarity with Llama 3.1")
|
|
25 |
|
26 |
|
27 |
# initialize query
|
28 |
-
query=
|
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
|