amadinahmed
commited on
Commit
·
d6c991f
1
Parent(s):
80e9a3d
dadadada
Browse files
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.
|
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 |
|