Spaces:
Runtime error
Runtime error
LawalAfeez
commited on
Commit
•
835295e
1
Parent(s):
c37fa6e
Added unit
Browse files
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()
|