cm0805 commited on
Commit
6d18155
β€’
1 Parent(s): 969a52f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ if __name__ == "__main__":
24
 
25
  # Streamlit app UI
26
  st.write(
27
- """<h1 style='display: inline-block; color: black;'>ResuMate.IO</h1>
28
  <h3 style='display: inline-block; color: grey'>πŸš€ Transforming the recruitment and staffing experience through Generative AI </h3>""",
29
  unsafe_allow_html=True
30
  )
 
24
 
25
  # Streamlit app UI
26
  st.write(
27
+ """<h1 style='display: inline-block; color: black;'>ResuMate</h1>
28
  <h3 style='display: inline-block; color: grey'>πŸš€ Transforming the recruitment and staffing experience through Generative AI </h3>""",
29
  unsafe_allow_html=True
30
  )