Spaces:
Runtime error
Runtime error
allenchienxxx
commited on
Commit
·
2c9ef7d
1
Parent(s):
6b0c8c9
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def main():
|
|
12 |
if is_valid_filetype(uploaded_file):
|
13 |
st.success("File uploaded successfully!")
|
14 |
# Process the file here
|
15 |
-
save_file(
|
16 |
else:
|
17 |
st.error("Invalid file type. Please upload an EML or TXT file.")
|
18 |
|
|
|
12 |
if is_valid_filetype(uploaded_file):
|
13 |
st.success("File uploaded successfully!")
|
14 |
# Process the file here
|
15 |
+
save_file(uploaded_file)
|
16 |
else:
|
17 |
st.error("Invalid file type. Please upload an EML or TXT file.")
|
18 |
|