Update app.py
Browse files
app.py
CHANGED
|
@@ -31,14 +31,14 @@ def load_model(show_spinner=True):
|
|
| 31 |
return yorum_model, tokenizer
|
| 32 |
|
| 33 |
st.set_page_config(layout='wide', initial_sidebar_state='expanded')
|
| 34 |
-
st.markdown("<h1 style='text-align: center;'>TC32 Multi-Class Text Classification</h1><
|
| 35 |
#st.title("TC32 Multi-Class Text Classification")
|
| 36 |
#st.subheader('Model Loss and Accuracy')
|
| 37 |
st.markdown("<br>", unsafe_allow_html=True)
|
| 38 |
st.area_chart(chart_data, height=320)
|
| 39 |
yorum_model, tokenizer = load_model()
|
| 40 |
|
| 41 |
-
st.markdown("<h1 style='text-align: center;'>Sınıfı bulmak için bir şikayet girin. (Ctrl+Enter)</h1><
|
| 42 |
#st.title("Sınıfı bulmak için bir şikayet girin. (Ctrl+Enter)")
|
| 43 |
#st.subheader("Enter complaint (in Turkish) to find the class.")
|
| 44 |
#st.subheader("Şikayet")
|
|
|
|
| 31 |
return yorum_model, tokenizer
|
| 32 |
|
| 33 |
st.set_page_config(layout='wide', initial_sidebar_state='expanded')
|
| 34 |
+
st.markdown("<h1 style='text-align: center;'>TC32 Multi-Class Text Classification</h1><h3 style='text-align: center;'>Model Loss and Accuracy</h3>", unsafe_allow_html=True)
|
| 35 |
#st.title("TC32 Multi-Class Text Classification")
|
| 36 |
#st.subheader('Model Loss and Accuracy')
|
| 37 |
st.markdown("<br>", unsafe_allow_html=True)
|
| 38 |
st.area_chart(chart_data, height=320)
|
| 39 |
yorum_model, tokenizer = load_model()
|
| 40 |
|
| 41 |
+
st.markdown("<h1 style='text-align: center;'>Sınıfı bulmak için bir şikayet girin. (Ctrl+Enter)</h1><h3 style='text-align: center;'>Enter complaint (in Turkish) to find the class.</h3>", unsafe_allow_html=True)
|
| 42 |
#st.title("Sınıfı bulmak için bir şikayet girin. (Ctrl+Enter)")
|
| 43 |
#st.subheader("Enter complaint (in Turkish) to find the class.")
|
| 44 |
#st.subheader("Şikayet")
|