amadinahmed
commited on
Commit
•
598b6e1
1
Parent(s):
bb3eb97
Name change Bigger labels
Browse files
app.py
CHANGED
@@ -124,7 +124,7 @@ css = """
|
|
124 |
.feedback textarea {font-size: 24px !important}
|
125 |
"""
|
126 |
|
127 |
-
with gr.Blocks(title="
|
128 |
) as demo:
|
129 |
|
130 |
with gr.Column():
|
@@ -134,13 +134,13 @@ with gr.Blocks(title="Trash Classification", css=css, theme=gr.themes.Monochrome
|
|
134 |
btn = gr.Button(value="Submit")
|
135 |
btn.style(full_width=True)
|
136 |
with gr.Column():
|
137 |
-
gr.Markdown("
|
138 |
with gr.Row():
|
139 |
item_probs = gr.outputs.Label(label=" ",num_top_classes=1)
|
140 |
material_probs = gr.outputs.Label(label=" ",num_top_classes=1)
|
141 |
-
gr.Markdown("
|
142 |
recycling_qn = gr.outputs.Label(label=" ",)
|
143 |
-
gr.Markdown("
|
144 |
recycling_advice = gr.outputs.Label(label=" ",)
|
145 |
|
146 |
|
|
|
124 |
.feedback textarea {font-size: 24px !important}
|
125 |
"""
|
126 |
|
127 |
+
with gr.Blocks(title="Green Genius", css=css, theme=gr.themes.Monochrome()
|
128 |
) as demo:
|
129 |
|
130 |
with gr.Column():
|
|
|
134 |
btn = gr.Button(value="Submit")
|
135 |
btn.style(full_width=True)
|
136 |
with gr.Column():
|
137 |
+
gr.Markdown("# We think this is?",elem_id="custom_header")
|
138 |
with gr.Row():
|
139 |
item_probs = gr.outputs.Label(label=" ",num_top_classes=1)
|
140 |
material_probs = gr.outputs.Label(label=" ",num_top_classes=1)
|
141 |
+
gr.Markdown("# Can it Recycle?", elem_id="custom_header")
|
142 |
recycling_qn = gr.outputs.Label(label=" ",)
|
143 |
+
gr.Markdown("# This Cant be Recycled when: ",elem_id="custom_header")
|
144 |
recycling_advice = gr.outputs.Label(label=" ",)
|
145 |
|
146 |
|