Update app.py
Browse files
app.py
CHANGED
@@ -186,10 +186,10 @@ def main():
|
|
186 |
# Professional Header Section
|
187 |
with st.container():
|
188 |
st.markdown('<div class="header">', unsafe_allow_html=True)
|
189 |
-
st.title("π AI-
|
190 |
st.markdown("""
|
191 |
<div style="margin: 1.5rem 0;">
|
192 |
-
<div style="font-size: 1.2rem; color: #4a4a4a;">
|
193 |
<div style="display: flex; justify-content: center; gap: 1rem; margin: 1rem 0;">
|
194 |
<div style="padding: 0.5rem 1rem; background: #f0f2f6;color: black; border-radius: 20px;">Team: Sadia, Areeba, Rabbia, Tesmia</div>
|
195 |
<div style="padding: 0.5rem 1rem; background: #f0f2f6; color: black; border-radius: 20px;">Mistral + Groq API</div>
|
|
|
186 |
# Professional Header Section
|
187 |
with st.container():
|
188 |
st.markdown('<div class="header">', unsafe_allow_html=True)
|
189 |
+
st.title("π AI-Based Requirement Defect Detection Using Large Language Models (LLMs)")
|
190 |
st.markdown("""
|
191 |
<div style="margin: 1.5rem 0;">
|
192 |
+
<div style="font-size: 1.2rem; color: #4a4a4a;">Automated Requirement Classification, Defect Detection & Optimization</div>
|
193 |
<div style="display: flex; justify-content: center; gap: 1rem; margin: 1rem 0;">
|
194 |
<div style="padding: 0.5rem 1rem; background: #f0f2f6;color: black; border-radius: 20px;">Team: Sadia, Areeba, Rabbia, Tesmia</div>
|
195 |
<div style="padding: 0.5rem 1rem; background: #f0f2f6; color: black; border-radius: 20px;">Mistral + Groq API</div>
|