Compare commits

..

No commits in common. "4d4ace24b03b79518ed676a01eceabed90838128" and "de358de09044e5bd40153c0129a9333253f798b3" have entirely different histories.

2 changed files with 0 additions and 11 deletions

View File

@ -3,4 +3,3 @@ msoffcrypto-tool>=5.0.0
tqdm>=4.65.0 tqdm>=4.65.0
streamlit>=1.24.0 streamlit>=1.24.0
python-docx>=0.8.11 python-docx>=0.8.11
tk>=0.1.0

View File

@ -29,16 +29,6 @@ st.set_page_config(
layout="wide" layout="wide"
) )
# Custom CSS for wider buttons
st.markdown("""
<style>
.stButton > button {
width: 100%;
min-width: 200px;
}
</style>
""", unsafe_allow_html=True)
# Setup logging # Setup logging
setup_logging() setup_logging()
warnings.filterwarnings('ignore', category=UserWarning, module='openpyxl.reader.workbook') warnings.filterwarnings('ignore', category=UserWarning, module='openpyxl.reader.workbook')