Naz786 commited on
Commit
7a5ac43
·
verified ·
1 Parent(s): 768ee29

Update app.py

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