Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -66,7 +66,7 @@ def search_reviews(df, product_description, n=3, pprint=True):
|
|
| 66 |
print()
|
| 67 |
return results,product
|
| 68 |
|
| 69 |
-
|
| 70 |
prompt = st.text_input("What do you want to search for? : ")
|
| 71 |
|
| 72 |
|
|
|
|
| 66 |
print()
|
| 67 |
return results,product
|
| 68 |
|
| 69 |
+
|
| 70 |
prompt = st.text_input("What do you want to search for? : ")
|
| 71 |
|
| 72 |
|