LLAMA-2-13-B / style.css
Kush1's picture
Changes in app.py
4bd7767
raw
history blame
No virus
233 Bytes
h1 {
text-align: center;
}
#duplicate-button {
margin: auto;
color: white;
background: #1565c0;
border-radius: 100vh;
}
.contain {
max-width: 900px;
margin: auto;
padding-top: 1.5rem;
}