Niharmahesh commited on
Commit
59b4b02
·
verified ·
1 Parent(s): e1622a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -82,12 +82,12 @@ def main():
82
  # Header with smaller text
83
  st.markdown("""
84
  <h1 style='text-align: center; font-size: 2.5rem; font-weight: 800; margin-bottom: 0.875rem;'>
85
- Resume Easz
86
  </h1>
87
  """, unsafe_allow_html=True)
88
  st.markdown("""
89
  <h2 style='text-align: center; font-size: 1.5rem; font-weight: 400; margin-bottom: 0.875rem;'>
90
- Analyze and Enhance Your Resume with AI
91
  </h2>
92
  """, unsafe_allow_html=True)
93
  st.markdown("---")
 
82
  # Header with smaller text
83
  st.markdown("""
84
  <h1 style='text-align: center; font-size: 2.5rem; font-weight: 800; margin-bottom: 0.875rem;'>
85
+ Resume and CV crafter
86
  </h1>
87
  """, unsafe_allow_html=True)
88
  st.markdown("""
89
  <h2 style='text-align: center; font-size: 1.5rem; font-weight: 400; margin-bottom: 0.875rem;'>
90
+ Analyze your profile based on job description and arranges your information accordinly and generates latex code version
91
  </h2>
92
  """, unsafe_allow_html=True)
93
  st.markdown("---")