allenchienxxx commited on
Commit
90c5083
1 Parent(s): d5ef4aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -14,9 +14,9 @@ def main():
14
  # Process the file here
15
  st.write(get_features(uploaded_file))
16
  st.write(predict_content(uploaded_file))
17
- st.write(predict_html(uploaded_file))
18
- st.write(predict_num(num_feature(filepath)))
19
- st.write(predict_extra(extra_feature(filepath)))
20
  else:
21
  st.error("Invalid file type. Please upload an EML or TXT file.")
22
 
 
14
  # Process the file here
15
  st.write(get_features(uploaded_file))
16
  st.write(predict_content(uploaded_file))
17
+ # st.write(predict_html(uploaded_file))
18
+ # st.write(predict_num(num_feature(filepath)))
19
+ # st.write(predict_extra(extra_feature(filepath)))
20
  else:
21
  st.error("Invalid file type. Please upload an EML or TXT file.")
22