Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ def process_file(file):
|
|
57 |
else:
|
58 |
return "Unsupported file type."
|
59 |
|
60 |
-
st.title("
|
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 != ''):
|