Spaces:
Runtime error
Runtime error
arkamaldeen
commited on
Commit
•
a84eaca
1
Parent(s):
d611569
Update app.py
Browse files
app.py
CHANGED
@@ -347,7 +347,7 @@ def main():
|
|
347 |
|
348 |
if saved_button:
|
349 |
# Confirmation message
|
350 |
-
st.success(f"File saved
|
351 |
|
352 |
else:
|
353 |
st.warning("Data not extracted")
|
|
|
347 |
|
348 |
if saved_button:
|
349 |
# Confirmation message
|
350 |
+
st.success(f"File saved successfully.")
|
351 |
|
352 |
else:
|
353 |
st.warning("Data not extracted")
|