Spaces:
Runtime error
Runtime error
Commit
·
736e038
1
Parent(s):
05aa759
Update app.py
Browse files
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(
|
24 |
-
st.write("HTML Tags Prediction: "+predict_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 |
|