Muhammad Salman Akbar commited on
Commit
bee8934
·
verified ·
1 Parent(s): c863142

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -171,6 +171,13 @@ def generate_offer_letter(template_file, candidate_name, role, start_date, hours
171
  return open(docx_file_path, 'rb')
172
 
173
  # --- Streamlit Interface ---
 
 
 
 
 
 
 
174
  st.title("HR Assistant")
175
 
176
  tab1, tab2 = st.tabs(["Resume Analyzer", "Offer Letter Generator"])
 
171
  return open(docx_file_path, 'rb')
172
 
173
  # --- Streamlit Interface ---
174
+ st.set_page_config(
175
+ page_title="HR Assistant",
176
+ page_icon=":robot:",
177
+ layout="wide",
178
+ initial_sidebar_state="expanded",
179
+ )
180
+
181
  st.title("HR Assistant")
182
 
183
  tab1, tab2 = st.tabs(["Resume Analyzer", "Offer Letter Generator"])