Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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:
|