Lauredecaudin commited on
Commit
8bd7a64
1 Parent(s): 8410800

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import streamlit as st
2
 
3
  def intro():
4
- st.title("Welcome to the AI-Powered CV Enhancer!")
5
  st.subheader("Transform Your CV with the Power of GPTs and Large Language Models (LLMs)")
6
 
7
  st.markdown("""
@@ -14,12 +14,13 @@ def intro():
14
  st.markdown("""
15
  ### What will you find here?
16
  This app is divided into several pages, each focusing on a specific aspect of using AI for CV enhancement:
17
-
18
  - **Enhance your CV with ChatGPT:** Learn how to use a GPT-based CV Writer to improve your CV format, wording, and structure.
19
  - **Enhance your CV with Gemini:** Explore how Gemini, the latest innovation in AI, can provide you with more advanced insights and improvements for your CV.
20
  - **Go further exploring tools in Hugging Face:** Dive deeper into the various tools and models available in Hugging Face that can help take your CV to the next level.
21
  - **For developers: Create your own bot that knows your CV with Hugging Face model and RAG:** A step-by-step guide for developers who want to build custom bots using Retrieval-Augmented Generation (RAG) to create intelligent, CV-aware assistants.
22
  Whether you're here to simply enhance your CV or to explore how AI can change the way we present our professional lives, this app is your guide. Let’s get started!
 
23
  """)
24
 
25
  st.markdown("### Ready to begin? Use the sidebar to navigate through the different options.")
 
1
  import streamlit as st
2
 
3
  def intro():
4
+ st.title("📖 Welcome to the AI-Powered CV Enhancer!")
5
  st.subheader("Transform Your CV with the Power of GPTs and Large Language Models (LLMs)")
6
 
7
  st.markdown("""
 
14
  st.markdown("""
15
  ### What will you find here?
16
  This app is divided into several pages, each focusing on a specific aspect of using AI for CV enhancement:
17
+ - **Key statistics:** What are the key statistics on women in the workplace, and how AI can help reducing the inequalities.
18
  - **Enhance your CV with ChatGPT:** Learn how to use a GPT-based CV Writer to improve your CV format, wording, and structure.
19
  - **Enhance your CV with Gemini:** Explore how Gemini, the latest innovation in AI, can provide you with more advanced insights and improvements for your CV.
20
  - **Go further exploring tools in Hugging Face:** Dive deeper into the various tools and models available in Hugging Face that can help take your CV to the next level.
21
  - **For developers: Create your own bot that knows your CV with Hugging Face model and RAG:** A step-by-step guide for developers who want to build custom bots using Retrieval-Augmented Generation (RAG) to create intelligent, CV-aware assistants.
22
  Whether you're here to simply enhance your CV or to explore how AI can change the way we present our professional lives, this app is your guide. Let’s get started!
23
+ - **Bias & Toxicity:** In this page, you can copy-paste the content generated by the AI in order to check that it's not biased or toxic.
24
  """)
25
 
26
  st.markdown("### Ready to begin? Use the sidebar to navigate through the different options.")