sushintern01's picture
Upload 9 files
e2a80d5 verified
raw
history blame contribute delete
727 Bytes
body {
font-family: sans-serif;
margin: 20px;
}
h1 {
text-align: center;
}
#uploadSection,
#imageSection,
#analysisSection,
#extractSection,
#downloadSection {
margin-bottom: 20px;
padding: 10px;
border: 1px solid #ddd;
}
label {
display: block;
margin-bottom: 5px;
}
input[type="text"],
input[type="file"] {
width: 100%;
padding: 8px;
margin-bottom: 10px;
border: 1px solid #ccc;
box-sizing: border-box;
}
button {
background-color: #4CAF50;
color: white;
padding: 10px 15px;
border: none;
cursor: pointer;
}
button:hover {
background-color: #3e8e41;
}
#analysisResults {
margin-top: 10px;
padding: 10px;
border: 1px solid #ddd;
}