Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -114,14 +114,12 @@ welcome_message = """
|
|
114 |
"""
|
115 |
|
116 |
topics = """
|
117 |
-
###
|
118 |
-
|
119 |
-
-
|
120 |
-
-
|
121 |
-
-
|
122 |
-
|
123 |
-
- Famous games
|
124 |
-
- Chess tactics
|
125 |
"""
|
126 |
|
127 |
# Setup the Gradio Blocks interface with custom layout components
|
|
|
114 |
"""
|
115 |
|
116 |
topics = """
|
117 |
+
### Please give me your restaurant preferences:
|
118 |
+
|
119 |
+
- Dietary Restrictions
|
120 |
+
- Cuisine Preferences (optional)
|
121 |
+
- Budget Preferences
|
122 |
+
|
|
|
|
|
123 |
"""
|
124 |
|
125 |
# Setup the Gradio Blocks interface with custom layout components
|