Beansbeansbeansbeans commited on
Commit
8371b8e
·
1 Parent(s): 9900b4f
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -215,6 +215,12 @@ def predict_image(inp):
215
  # btn.click(predict_image, inputs=[input_image],
216
  # outputs=[material_probs, item_probs, recycling_qn, recycling_advice])
217
 
 
 
 
 
 
 
218
  with gr.Blocks(title="Green Genius", css=css, theme=gr.themes.Monochrome()
219
  ) as demo:
220
 
 
215
  # btn.click(predict_image, inputs=[input_image],
216
  # outputs=[material_probs, item_probs, recycling_qn, recycling_advice])
217
 
218
+ css = """
219
+ #warning {background-color: #FFCCCB}
220
+ #custom_header {min-height: 3rem} #custom_title {min-height: 3rem; text-align: center}
221
+ .feedback textarea {font-size: 24px !important}
222
+ """
223
+
224
  with gr.Blocks(title="Green Genius", css=css, theme=gr.themes.Monochrome()
225
  ) as demo:
226