iisadia commited on
Commit
70ffab8
·
verified ·
1 Parent(s): 52a22ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ def generate_pdf_report(results):
127
 
128
  # Streamlit app
129
  def main():
130
- st.title("AI Powered Requirement Analysis and Defect Detection")
131
  st.markdown("**Team Name:** Sadia, Areeba, Rabbia, Tesmia")
132
  st.markdown("**Models:** Mistral (Classification & Domain) + Groq (Defects & Rewriting)")
133
 
 
127
 
128
  # Streamlit app
129
  def main():
130
+ st.title("AI-Based Requirement Defect Detection Using Large Language Models (LLMs)")
131
  st.markdown("**Team Name:** Sadia, Areeba, Rabbia, Tesmia")
132
  st.markdown("**Models:** Mistral (Classification & Domain) + Groq (Defects & Rewriting)")
133