Spaces:
Runtime error
Runtime error
Commit
·
eade90b
1
Parent(s):
cf42f79
Update app.py
Browse files
app.py
CHANGED
|
@@ -96,10 +96,7 @@ def screen_analysis_main():
|
|
| 96 |
|
| 97 |
|
| 98 |
st.write("Yanlislarin Grafiksel Gosterimi")
|
| 99 |
-
|
| 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 :
|