Plashkar commited on
Commit
6aafa41
·
1 Parent(s): 739a4ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,6 +34,6 @@ def graphPlot():
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=graphPlot)
38
 
39
  demo.launch()