Naz786 commited on
Commit
5c1ddc7
·
verified ·
1 Parent(s): 54d08fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -98,6 +98,7 @@ if page == "Home":
98
  st.markdown("""
99
  - **Full Code Workflow:** Complete code analysis pipeline with explanation, refactoring, review, and testing (powered by Groq/Blackbox)
100
  - **Semantic Search:** Ask natural language questions about your code and get intelligent answers
 
101
  """)
102
  st.info("Select a feature from the sidebar to get started.")
103
 
 
98
  st.markdown("""
99
  - **Full Code Workflow:** Complete code analysis pipeline with explanation, refactoring, review, and testing (powered by Groq/Blackbox)
100
  - **Semantic Search:** Ask natural language questions about your code and get intelligent answers
101
+ - **Code Comment Generator:** Helps you add helpful comments to your code for better readability
102
  """)
103
  st.info("Select a feature from the sidebar to get started.")
104