Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ with col1:
|
|
36 |
st.title("TC32 Multi-Class Text Classification")
|
37 |
st.subheader('Model Loss and Accuracy')
|
38 |
st.markdown("<br>", unsafe_allow_html=True)
|
39 |
-
st.area_chart(chart_data, height=
|
40 |
yorum_model, tokenizer = load_model()
|
41 |
|
42 |
|
|
|
36 |
st.title("TC32 Multi-Class Text Classification")
|
37 |
st.subheader('Model Loss and Accuracy')
|
38 |
st.markdown("<br>", unsafe_allow_html=True)
|
39 |
+
st.area_chart(chart_data, height=325)
|
40 |
yorum_model, tokenizer = load_model()
|
41 |
|
42 |
|