jcmachicao commited on
Commit
51d73a8
1 Parent(s): cd371d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,7 +115,7 @@ if option0 and option2 and option3 is not None:
115
 
116
  plt.colorbar(heatmap, ax=ax)
117
  plt.grid(True)
118
- st.pyplot(fig, width=1200)
119
  st.write('Para grabar la imagen solo presione botón derecho y guardela como imagen en su servidor.')
120
 
121
 
 
115
 
116
  plt.colorbar(heatmap, ax=ax)
117
  plt.grid(True)
118
+ st.pyplot(fig)
119
  st.write('Para grabar la imagen solo presione botón derecho y guardela como imagen en su servidor.')
120
 
121