Update app.py
Browse files
app.py
CHANGED
|
@@ -129,7 +129,7 @@ def generate_pdf_report(results):
|
|
| 129 |
# Streamlit app
|
| 130 |
def main():
|
| 131 |
st.title("AI-Based Requirement Defect Detection Using Large Language Models (LLMs)")
|
| 132 |
-
st.markdown("
|
| 133 |
st.markdown("**Models:** Mistral (Classification & Domain) + Groq (Defects & Rewriting)")
|
| 134 |
|
| 135 |
# Input requirements manually
|
|
|
|
| 129 |
# Streamlit app
|
| 130 |
def main():
|
| 131 |
st.title("AI-Based Requirement Defect Detection Using Large Language Models (LLMs)")
|
| 132 |
+
st.markdown("By: Sadia Iqbal")
|
| 133 |
st.markdown("**Models:** Mistral (Classification & Domain) + Groq (Defects & Rewriting)")
|
| 134 |
|
| 135 |
# Input requirements manually
|