allenchienxxx commited on
Commit
736e038
1 Parent(s): 05aa759

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -20,8 +20,8 @@ def main():
20
  # st.write(uploaded_file.read())
21
  # st.write(feat)
22
  # st.write(txt)
23
- st.write("Text Prediction: "+predict_content(txt))
24
- st.write("HTML Tags Prediction: "+predict_html(html))
25
  st.write("Numeric Features Prediction: "+predict_num(Numf))
26
  st.write("Extra Features Prediction: "+predict_extra(Extraf))
27
 
 
20
  # st.write(uploaded_file.read())
21
  # st.write(feat)
22
  # st.write(txt)
23
+ st.write("Text Prediction: "+predict_content(Txtf))
24
+ st.write("HTML Tags Prediction: "+predict_html(Htmlf))
25
  st.write("Numeric Features Prediction: "+predict_num(Numf))
26
  st.write("Extra Features Prediction: "+predict_extra(Extraf))
27