Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -121,6 +121,11 @@ topics = """
|
|
121 |
- Color
|
122 |
- Brand
|
123 |
|
|
|
|
|
|
|
|
|
|
|
124 |
"""
|
125 |
|
126 |
# Setup the Gradio Blocks interface with custom layout components
|
|
|
121 |
- Color
|
122 |
- Brand
|
123 |
|
124 |
+
Examples:
|
125 |
+
- I want a phone with a screen length longer than 5 inches and a price lower than $500.
|
126 |
+
- Please recommend an Android phone smaller than 5 inches.
|
127 |
+
- iPhone with the color blue
|
128 |
+
|
129 |
"""
|
130 |
|
131 |
# Setup the Gradio Blocks interface with custom layout components
|