Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|