Axon_OCR / css.py
Sage
error handling, UI changes, and Logs
18626e5
css = """
.log_textbox textarea {
height: 300px !important;
}
.markdown {
text-align: center;
}
.unprocessed_textbox textarea {
height: 100px !important;
}
"""