Plashkar commited on
Commit
05505ea
·
1 Parent(s): 1862dc3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,6 +34,6 @@ def graphPlot(inpX):
34
  return plt
35
 
36
  with gr.Blocks() as demo:
37
- gr.plot(fn=graphPolt)
38
 
39
  demo.launch()
 
34
  return plt
35
 
36
  with gr.Blocks() as demo:
37
+ gr.Plot(fn=graphPolt)
38
 
39
  demo.launch()