NimaKL commited on
Commit
30da515
·
1 Parent(s): 436e184

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=320)
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