Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -96,7 +96,7 @@ page = st.sidebar.radio("Navigate", ["Home", "Code Workflows", "Semantic Search"
|
|
96 |
if page == "Home":
|
97 |
st.header("Welcome to the Code Genie!")
|
98 |
st.markdown("""
|
99 |
-
- **Full Code Workflow:** Complete code analysis pipeline with explanation, refactoring, review, and testing
|
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 |
""")
|
|
|
96 |
if page == "Home":
|
97 |
st.header("Welcome to the Code Genie!")
|
98 |
st.markdown("""
|
99 |
+
- **Full Code Workflow:** Complete code analysis pipeline with explanation, refactoring, review, and testing
|
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 |
""")
|