Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -141,7 +141,7 @@ st.markdown("""
|
|
| 141 |
border-radius: 15px;
|
| 142 |
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
|
| 143 |
margin-bottom: 2rem;
|
| 144 |
-
|
| 145 |
}
|
| 146 |
.requirement-card {
|
| 147 |
background: white;
|
|
@@ -150,6 +150,7 @@ st.markdown("""
|
|
| 150 |
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
|
| 151 |
margin-bottom: 1.5rem;
|
| 152 |
transition: transform 0.2s;
|
|
|
|
| 153 |
|
| 154 |
}
|
| 155 |
.requirement-card:hover {
|
|
@@ -183,8 +184,8 @@ def main():
|
|
| 183 |
<div style="margin: 1.5rem 0;">
|
| 184 |
<div style="font-size: 1.2rem; color: #4a4a4a;">Automated Requirement Classification, Defect Detection & Optimization</div>
|
| 185 |
<div style="display: flex; justify-content: center; gap: 1rem; margin: 1rem 0;">
|
| 186 |
-
<div style="padding: 0.5rem 1rem; background: #f0f2f6; border-radius: 20px;">Team: Sadia, Areeba, Rabbia, Tesmia</div>
|
| 187 |
-
<div style="padding: 0.5rem 1rem; background: #f0f2f6; border-radius: 20px;">Mistral + Groq API</div>
|
| 188 |
</div>
|
| 189 |
</div>
|
| 190 |
""", unsafe_allow_html=True)
|
|
|
|
| 141 |
border-radius: 15px;
|
| 142 |
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
|
| 143 |
margin-bottom: 2rem;
|
| 144 |
+
border: 1px solid #e0e0e0;
|
| 145 |
}
|
| 146 |
.requirement-card {
|
| 147 |
background: white;
|
|
|
|
| 150 |
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
|
| 151 |
margin-bottom: 1.5rem;
|
| 152 |
transition: transform 0.2s;
|
| 153 |
+
color: #333333;
|
| 154 |
|
| 155 |
}
|
| 156 |
.requirement-card:hover {
|
|
|
|
| 184 |
<div style="margin: 1.5rem 0;">
|
| 185 |
<div style="font-size: 1.2rem; color: #4a4a4a;">Automated Requirement Classification, Defect Detection & Optimization</div>
|
| 186 |
<div style="display: flex; justify-content: center; gap: 1rem; margin: 1rem 0;">
|
| 187 |
+
<div style="padding: 0.5rem 1rem; background: #f0f2f6;color: #4a4a4a; border-radius: 20px;">Team: Sadia, Areeba, Rabbia, Tesmia</div>
|
| 188 |
+
<div style="padding: 0.5rem 1rem; background: #f0f2f6; color: #4a4a4a;border-radius: 20px;">Mistral + Groq API</div>
|
| 189 |
</div>
|
| 190 |
</div>
|
| 191 |
""", unsafe_allow_html=True)
|