Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|