RedaAlami commited on
Commit
1c5f0be
1 Parent(s): 608c6fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ with gr.Blocks() as demo:
38
 
39
  with gr.Row():
40
  with gr.Column():
41
- items_input = gr.Textbox(label="Items Purchased")
42
  with gr.Column():
43
  recommendation_output = gr.Textbox(label="Recommendation")
44
 
 
38
 
39
  with gr.Row():
40
  with gr.Column():
41
+ items_input = gr.Textbox(label="Items Purchased", placeholder="Enter a list of items purchased from the possible candidates above, separated by commas.")
42
  with gr.Column():
43
  recommendation_output = gr.Textbox(label="Recommendation")
44