Spaces:
Running
Running
Update ui/suggestions_tab.py
Browse files- ui/suggestions_tab.py +3 -2
ui/suggestions_tab.py
CHANGED
@@ -7,12 +7,13 @@ def create_suggestions_tab():
|
|
7 |
"""
|
8 |
## π€ Ask RetailGenie for Recommendations
|
9 |
|
10 |
-
π§ Just type your need β e.g., _"shampoo for dry hair under 500"_, _"gift sets"_, or _"budget skin care"_
|
|
|
11 |
""",
|
12 |
elem_classes="centered-text"
|
13 |
)
|
14 |
|
15 |
-
with gr.
|
16 |
with gr.Row():
|
17 |
suggestion_input = gr.Textbox(
|
18 |
label="π¬ Your Request",
|
|
|
7 |
"""
|
8 |
## π€ Ask RetailGenie for Recommendations
|
9 |
|
10 |
+
π§ Just type your need β e.g., _"shampoo for dry hair under 500"_, _"gift sets"_, or _"budget skin care"_
|
11 |
+
and let Genie do the rest!
|
12 |
""",
|
13 |
elem_classes="centered-text"
|
14 |
)
|
15 |
|
16 |
+
with gr.Group(elem_id="suggestion-form-box"):
|
17 |
with gr.Row():
|
18 |
suggestion_input = gr.Textbox(
|
19 |
label="π¬ Your Request",
|