Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ st.title("The_Chef_Story!")
|
|
| 9 |
def Fake_Data(topic):
|
| 10 |
# Enhanced prompt with additional context for better post generation
|
| 11 |
prompt =(
|
| 12 |
-
f"
|
| 13 |
"what are the prices of your dishes": "Our prices vary depending on the dish. You can find the detailed price list on our menu page.",
|
| 14 |
"do you have any special offers or discounts today": "Yes, we have special discounts on combo meals and desserts today. Visit our offers page for more details.",
|
| 15 |
"are there any vegan/vegetarian options available": "Yes, we have a variety of vegan and vegetarian options available. Check our menu for details.",
|
|
|
|
| 9 |
def Fake_Data(topic):
|
| 10 |
# Enhanced prompt with additional context for better post generation
|
| 11 |
prompt =(
|
| 12 |
+
f"what is on the menu": "Our menu includes a variety of cuisines such as Italian, Chinese, Indian, and more. You can check the full menu on our website.",
|
| 13 |
"what are the prices of your dishes": "Our prices vary depending on the dish. You can find the detailed price list on our menu page.",
|
| 14 |
"do you have any special offers or discounts today": "Yes, we have special discounts on combo meals and desserts today. Visit our offers page for more details.",
|
| 15 |
"are there any vegan/vegetarian options available": "Yes, we have a variety of vegan and vegetarian options available. Check our menu for details.",
|