File size: 172 Bytes
18626e5
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
css = """
.log_textbox textarea {
    height: 300px !important;
}
.markdown {
    text-align: center;
}
.unprocessed_textbox textarea {
    height: 100px !important;
}
"""