edithram23 commited on
Commit
1cb45a7
·
verified ·
1 Parent(s): dce6dc2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ def process_file(file):
57
  else:
58
  return "Unsupported file type."
59
 
60
- st.title("File Reader")
61
  # user = st.text_input("Input Text to Redact")
62
  uploaded_file = st.file_uploader("Upload a file", type=["pdf", "docx", "txt"])
63
  # if(user != ''):
 
57
  else:
58
  return "Unsupported file type."
59
 
60
+ st.title("Redaction")
61
  # user = st.text_input("Input Text to Redact")
62
  uploaded_file = st.file_uploader("Upload a file", type=["pdf", "docx", "txt"])
63
  # if(user != ''):