Compare commits
2 Commits
de358de090
...
4d4ace24b0
| Author | SHA1 | Date | |
|---|---|---|---|
| 4d4ace24b0 | |||
| fcf07e0b39 |
@ -3,3 +3,4 @@ msoffcrypto-tool>=5.0.0
|
||||
tqdm>=4.65.0
|
||||
streamlit>=1.24.0
|
||||
python-docx>=0.8.11
|
||||
tk>=0.1.0
|
||||
|
||||
@ -29,6 +29,16 @@ st.set_page_config(
|
||||
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()
|
||||
warnings.filterwarnings('ignore', category=UserWarning, module='openpyxl.reader.workbook')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user