buiding / style.css
nagasurendra's picture
Update style.css
7b7ac91 verified
raw
history blame contribute delete
328 Bytes
body {
font-family: Arial, sans-serif;
background-color: #f9f9f9;
color: #333;
}
.gradio-container {
max-width: 800px;
margin: auto;
padding: 10px;
}
.gr-button {
background-color: #4CAF50;
color: white;
border-radius: 5px;
}
.gr-textbox {
border: 1px solid #ccc;
padding: 10px;
}