Spaces:
Running
Running
Chidam Gopal
commited on
Commit
•
3b08189
1
Parent(s):
ac706b7
updates
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ fig, ax = plt.subplots()
|
|
23 |
ax.barh(keys, values)
|
24 |
|
25 |
# Adding labels and title
|
26 |
-
ax.set_xlabel('
|
27 |
-
ax.set_ylabel('
|
28 |
ax.set_title('Intents probability score')
|
29 |
st.pyplot(fig)
|
|
|
23 |
ax.barh(keys, values)
|
24 |
|
25 |
# Adding labels and title
|
26 |
+
ax.set_xlabel('probability score')
|
27 |
+
ax.set_ylabel('Intents')
|
28 |
ax.set_title('Intents probability score')
|
29 |
st.pyplot(fig)
|