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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 (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
  """)
 
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
  """)