Parishri07 commited on
Commit
8367d9c
Β·
verified Β·
1 Parent(s): 50f7da8

Update ui/suggestions_tab.py

Browse files
Files changed (1) hide show
  1. 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"_ and let Genie do the rest!
 
11
  """,
12
  elem_classes="centered-text"
13
  )
14
 
15
- with gr.Box(elem_id="suggestion-form-box"):
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",