shivanis14
commited on
Commit
•
20e4640
1
Parent(s):
fa36771
Update app.py
Browse files
app.py
CHANGED
@@ -456,7 +456,7 @@ if prompt := st.chat_input("What product would you like to analyze?"):
|
|
456 |
full_response = ""
|
457 |
|
458 |
# Simulate stream of response with milliseconds delay
|
459 |
-
similar_products, _ = chatbot_response(prompt, "", data_extractor_url, extract_info=False)
|
460 |
for product in similar_products:
|
461 |
full_response += product + " "
|
462 |
message_placeholder.markdown(full_response + "▌")
|
|
|
456 |
full_response = ""
|
457 |
|
458 |
# Simulate stream of response with milliseconds delay
|
459 |
+
similar_products, _ = chatbot_response(prompt, "", data_extractor_url, extract_info=False)
|
460 |
for product in similar_products:
|
461 |
full_response += product + " "
|
462 |
message_placeholder.markdown(full_response + "▌")
|