ulugbeksalaev commited on
Commit
20178a4
·
verified ·
1 Parent(s): f047e45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,4 +16,4 @@ if text:
16
 
17
  predicted_genre = model.predict(text_vectorized)
18
 
19
- st.write(str(predicted_genre).replace("'", '').replace('[', ''). replace(']', ''))
 
16
 
17
  predicted_genre = model.predict(text_vectorized)
18
 
19
+ st.subheader(str(predicted_genre).replace("'", '').replace('[', ''). replace(']', ''))