noumanjavaid commited on
Commit
6b74dc5
·
verified ·
1 Parent(s): ac67aae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ st.set_page_config(page_title="ResumeBuilder Pro", layout="wide", initial_sideba
9
 
10
  if "resume_data" not in st.session_state:
11
  st.session_state.resume_data = {
12
- "fullName": "Alexander Johnson
13
  "title": "Senior Frontend Developer",
14
  "email": "[email protected]",
15
  "phone": "(555) 123-4567",
 
9
 
10
  if "resume_data" not in st.session_state:
11
  st.session_state.resume_data = {
12
+ "fullName": "Alexander Johnson",
13
  "title": "Senior Frontend Developer",
14
  "email": "[email protected]",
15
  "phone": "(555) 123-4567",