Spaces:
Runtime error
Runtime error
Update [uma_namboothiripad]assignment_2.py
Browse files
[uma_namboothiripad]assignment_2.py
CHANGED
@@ -223,5 +223,5 @@ for hit in hits:
|
|
223 |
row_dict = df.loc[df['hotel_features']== corpus[hit['corpus_id']]]
|
224 |
print("paper_id: " , row_dict['hotel_name'] , "\n")
|
225 |
|
226 |
-
!pip freeze >
|
227 |
|
|
|
223 |
row_dict = df.loc[df['hotel_features']== corpus[hit['corpus_id']]]
|
224 |
print("paper_id: " , row_dict['hotel_name'] , "\n")
|
225 |
|
226 |
+
!pip freeze > requirements.txt
|
227 |
|