LawalAfeez commited on
Commit
835295e
1 Parent(s): c37fa6e

Added unit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,4 +13,4 @@ def grad(value):
13
  return output
14
 
15
 
16
- gr.Interface(grad, gr.Textbox(label = 'Months'),gr.Textbox(label = "NOx pollution values"), description = description, title = "Predicting NOx pollution levels for station Avda. Ramón y Cajal" ).launch()
 
13
  return output
14
 
15
 
16
+ gr.Interface(grad, gr.Textbox(label = 'Months'),gr.Textbox(label = "NOx pollution values(microgram/m³"), description = description, title = "Predicting NOx pollution levels for station Avda. Ramón y Cajal" ).launch()