mertbozkurt commited on
Commit
eade90b
·
1 Parent(s): cf42f79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -96,10 +96,7 @@ def screen_analysis_main():
96
 
97
 
98
  st.write("Yanlislarin Grafiksel Gosterimi")
99
- fig, ax = plt.subplots()
100
- ax.hist(df.T, bins=20)
101
-
102
- st.pyplot(fig)
103
 
104
 
105
  except FileNotFoundError :
 
96
 
97
 
98
  st.write("Yanlislarin Grafiksel Gosterimi")
99
+ st.bar_chart(df.T,width=0,height =300)
 
 
 
100
 
101
 
102
  except FileNotFoundError :