iisadia commited on
Commit
a3569ed
Β·
verified Β·
1 Parent(s): 3148cdf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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-Powered Requirement Analysis System")
190
  st.markdown("""
191
  <div style="margin: 1.5rem 0;">
192
- <div style="font-size: 1.2rem; color: #4a4a4a;">AI-Based Requirement Defect Detection Using Large Language Models (LLMs)</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>
 
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>