marziehben commited on
Commit
acbb9c6
·
verified ·
1 Parent(s): c539197

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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()