Skip to content

Commit 1bf3605

Browse files
committed
chore: rename application title
1 parent 8aa31be commit 1bf3605

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

levelup/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ def display_analysis_tabs(result: dict[str, Any]) -> None:
302302
display_recommendations_tab(result)
303303

304304

305-
st.title("Advanced Resume Analysis Application")
305+
st.title("LevelUp")
306306

307307
uploaded_file = st.file_uploader("Upload your Resume (PDF)", type="pdf")
308308
if uploaded_file:

0 commit comments

Comments
 (0)