href / src /css.py
Shane
updated UI
557b080
raw
history blame
435 Bytes
custom_css = """
/* Full width space */
.gradio-container {
max-width: 95%;
}
#category_selector {
width: 25% !important; /* Adjust width as needed */
}
/* Text tyle and margins */
.markdown-text {
font-size: 17px !important;
}
.tab-buttons button {
font-size: 20px;
}
h1 {
font-size: 32px !important;
margin-top: 0px !important;
}
.category_selector {
width: 25% !important; /* Adjust width as needed */
}
"""