Plashkar commited on
Commit
13b1779
·
1 Parent(s): 6aafa41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -31,6 +31,7 @@ def graphPlot():
31
  b=str(X[i])+","+str(Y[i])
32
  plt.annotate(b, xy=(X[i], Y[i]))
33
  # Show the plot
 
34
  return plt
35
 
36
  with gr.Blocks() as demo:
 
31
  b=str(X[i])+","+str(Y[i])
32
  plt.annotate(b, xy=(X[i], Y[i]))
33
  # Show the plot
34
+ plt.show()
35
  return plt
36
 
37
  with gr.Blocks() as demo: