Spaces:
Sleeping
Sleeping
Lauredecaudin
commited on
Commit
•
d77921c
1
Parent(s):
b4303d3
Update pages/1-Using Chat GPT (beginner).py
Browse files
pages/1-Using Chat GPT (beginner).py
CHANGED
@@ -3,7 +3,11 @@ import streamlit as st
|
|
3 |
st.title("Tutorial : use ChatGPT to enhance your resume")
|
4 |
st.subheader("Use a specific community GPT")
|
5 |
st.markdown("""
|
6 |
-
|
|
|
|
|
|
|
|
|
7 |
|
8 |
video_file = open("assets/Chatgpt1.mp4", "rb")
|
9 |
video_bytes = video_file.read()
|
@@ -11,7 +15,7 @@ video_bytes = video_file.read()
|
|
11 |
st.video(video_bytes)
|
12 |
|
13 |
st.markdown("""
|
14 |
-
|
15 |
|
16 |
video_file2 = open("assets/chatgpt2.mp4", "rb")
|
17 |
video_bytes2 = video_file2.read()
|
|
|
3 |
st.title("Tutorial : use ChatGPT to enhance your resume")
|
4 |
st.subheader("Use a specific community GPT")
|
5 |
st.markdown("""
|
6 |
+
#### In order to use a custom GPT for enhancing your resume, follow the video instructions :
|
7 |
+
- First connect to [https://chatgpt.com/][ChatGPT]
|
8 |
+
- Then Look into GPTs and search for "Resume" or "CV"
|
9 |
+
- Select an App, for example **CV Writer**
|
10 |
+
""")
|
11 |
|
12 |
video_file = open("assets/Chatgpt1.mp4", "rb")
|
13 |
video_bytes = video_file.read()
|
|
|
15 |
st.video(video_bytes)
|
16 |
|
17 |
st.markdown("""
|
18 |
+
#### Then you should upload your current CV and ask for a review : """)
|
19 |
|
20 |
video_file2 = open("assets/chatgpt2.mp4", "rb")
|
21 |
video_bytes2 = video_file2.read()
|