Chidam Gopal commited on
Commit
3b08189
1 Parent(s): ac706b7
Files changed (1) hide show
  1. app.py +2 -2
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('Intent')
27
- ax.set_ylabel('Values')
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)