Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,6 +37,18 @@ def ask_question():
|
|
| 37 |
1. How do I contact customer support? - You can email us at support@company.com.
|
| 38 |
2. What are your business hours? - We are open from 9 AM to 6 PM, Monday to Friday.
|
| 39 |
3. How do I reset my password? - Click on 'Forgot Password' on the login page.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
"""
|
| 41 |
|
| 42 |
# Get the answer to the question
|
|
|
|
| 37 |
1. How do I contact customer support? - You can email us at support@company.com.
|
| 38 |
2. What are your business hours? - We are open from 9 AM to 6 PM, Monday to Friday.
|
| 39 |
3. How do I reset my password? - Click on 'Forgot Password' on the login page.
|
| 40 |
+
4. What payment methods do you accept? - We accept credit cards, debit cards, PayPal, and bank transfers.
|
| 41 |
+
5. How can I track my order? - You can track your order using the tracking number provided in your confirmation email.
|
| 42 |
+
6. Do you offer international shipping? - Yes, we offer international shipping to most countries.
|
| 43 |
+
7. Can I change my order after placing it? - Once an order is placed, it cannot be changed. Please contact customer support for assistance.
|
| 44 |
+
8. How do I cancel my subscription? - You can cancel your subscription by visiting the 'Account Settings' page and selecting 'Cancel Subscription'.
|
| 45 |
+
9. Are there any discounts available? - We offer seasonal discounts and promotions. Keep an eye on our website or subscribe to our newsletter for updates.
|
| 46 |
+
10. What should I do if my order is damaged or defective? - Please contact customer support within 7 days of receiving the item, and we will assist you with a replacement or refund.
|
| 47 |
+
11. How do I create a new account? - Click on 'Sign Up' at the top of the homepage and follow the steps to create your account.
|
| 48 |
+
12. How do I update my personal information? - Go to the 'Account Settings' page to update your contact information, address, or payment details.
|
| 49 |
+
13. Do you offer gift cards? - Yes, we offer gift cards which can be purchased directly from our website.
|
| 50 |
+
14. Can I return an item I bought? - Yes, we accept returns within 30 days of purchase. Please review our return policy for full details.
|
| 51 |
+
15. How can I provide feedback about your services? - You can send your feedback through the 'Contact Us' page or by emailing feedback@company.com.
|
| 52 |
"""
|
| 53 |
|
| 54 |
# Get the answer to the question
|