Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -40,7 +40,7 @@ def plot_heatmap(labels, heatmap, rotation=90):
|
|
| 40 |
g.set_title("Textual Similarity")
|
| 41 |
|
| 42 |
st.pyplot(fig)
|
| 43 |
-
|
| 44 |
|
| 45 |
#st.header("Sentence Similarity Demo")
|
| 46 |
|
|
|
|
| 40 |
g.set_title("Textual Similarity")
|
| 41 |
|
| 42 |
st.pyplot(fig)
|
| 43 |
+
plt.show()
|
| 44 |
|
| 45 |
#st.header("Sentence Similarity Demo")
|
| 46 |
|