Spaces:
Sleeping
Sleeping
Lauredecaudin
commited on
Commit
•
029c535
1
Parent(s):
fd0a159
Update pages/1-Using Chat GPT (beginner).py
Browse files
pages/1-Using Chat GPT (beginner).py
CHANGED
@@ -3,9 +3,17 @@ 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 |
-
In order to use a custom GPT for enhancing your resume, follow the video instructions : """)
|
7 |
|
8 |
video_file = open("assets/Chatgpt1.mp4", "rb")
|
9 |
video_bytes = video_file.read()
|
10 |
|
11 |
-
st.video(video_bytes)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
|
8 |
video_file = open("assets/Chatgpt1.mp4", "rb")
|
9 |
video_bytes = video_file.read()
|
10 |
|
11 |
+
st.video(video_bytes)
|
12 |
+
|
13 |
+
st.markdown("""
|
14 |
+
### Then you should upload your current CV and ask for a review : """)
|
15 |
+
|
16 |
+
video_file2 = open("assets/chatgpt2.mp4", "rb")
|
17 |
+
video_bytes2 = video_file2.read()
|
18 |
+
|
19 |
+
st.video(video_bytes2)
|