Update app.py
Browse files
app.py
CHANGED
@@ -128,7 +128,7 @@ def generate_pdf_report(results):
|
|
128 |
# Streamlit app
|
129 |
def main():
|
130 |
st.title("AI Powered Requirement Analysis and Defect Detection using Large Language Model LLaMA")
|
131 |
-
st.markdown("**Team
|
132 |
st.markdown("**Model:** LLaMA-3.3-70b-Versatile")
|
133 |
|
134 |
# Input requirements manually
|
|
|
128 |
# Streamlit app
|
129 |
def main():
|
130 |
st.title("AI Powered Requirement Analysis and Defect Detection using Large Language Model LLaMA")
|
131 |
+
st.markdown("**Team:** MSSE-31")
|
132 |
st.markdown("**Model:** LLaMA-3.3-70b-Versatile")
|
133 |
|
134 |
# Input requirements manually
|