Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -61,6 +61,9 @@ demo=gr.Interface(
|
|
61 |
],
|
62 |
outputs=[gr.LinePlot(x='Date', y='PPM', color='origin')#gr.Timeseries(x='Month')
|
63 |
|
|
|
|
|
|
|
64 |
]
|
65 |
)
|
66 |
demo.launch()
|
|
|
61 |
],
|
62 |
outputs=[gr.LinePlot(x='Date', y='PPM', color='origin')#gr.Timeseries(x='Month')
|
63 |
|
64 |
+
],
|
65 |
+
examples=[
|
66 |
+
[os.path.join(os.path.abspath(''), "datappm.csv"), 75],
|
67 |
]
|
68 |
)
|
69 |
demo.launch()
|