Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -634,8 +634,6 @@ def main():
|
|
| 634 |
finally:
|
| 635 |
if conn:
|
| 636 |
conn.close()
|
| 637 |
-
else:
|
| 638 |
-
st.error("Could not identify which product you want to purchase. Please specify the product name.")
|
| 639 |
|
| 640 |
new_messages = [
|
| 641 |
{"type": "human", "content": prompt_input},
|
|
|
|
| 634 |
finally:
|
| 635 |
if conn:
|
| 636 |
conn.close()
|
|
|
|
|
|
|
| 637 |
|
| 638 |
new_messages = [
|
| 639 |
{"type": "human", "content": prompt_input},
|