amadinahmed commited on
Commit
d6c991f
·
1 Parent(s): 80e9a3d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -139,7 +139,7 @@ with gr.Blocks(title="Trash Classification", css=css) as demo:
139
  with gr.Column():
140
  gr.Markdown("## Outputs", elem_id="custom_header")
141
  gr.Markdown("### Can it Recycle?")
142
- recycling_advice = gr.outputs.Label()
143
  gr.Markdown("### How to recycle?")
144
  recycling_qn = gr.outputs.Label()
145
 
 
139
  with gr.Column():
140
  gr.Markdown("## Outputs", elem_id="custom_header")
141
  gr.Markdown("### Can it Recycle?")
142
+ recycling_advice = gr.outputs.Textbox(label="It is not recyclable when:")
143
  gr.Markdown("### How to recycle?")
144
  recycling_qn = gr.outputs.Label()
145