Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ st.title("CodeGenie")
|
|
73 |
page = st.sidebar.radio("Navigate", ["Home", "AI Workflow", "Semantic Search"])
|
74 |
|
75 |
if page == "Home":
|
76 |
-
st.header("Welcome to the
|
77 |
st.markdown("""
|
78 |
- **Full AI Workflow:** Complete code analysis pipeline with explanation, refactoring, review, and testing (powered by Groq/Blackbox)
|
79 |
- **Semantic Search:** Ask natural language questions about your code and get intelligent answers
|
|
|
73 |
page = st.sidebar.radio("Navigate", ["Home", "AI Workflow", "Semantic Search"])
|
74 |
|
75 |
if page == "Home":
|
76 |
+
st.header("Welcome to the Code Genie!")
|
77 |
st.markdown("""
|
78 |
- **Full AI Workflow:** Complete code analysis pipeline with explanation, refactoring, review, and testing (powered by Groq/Blackbox)
|
79 |
- **Semantic Search:** Ask natural language questions about your code and get intelligent answers
|