Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ def get_openai_response(prompt):
|
|
55 |
|
56 |
|
57 |
def main():
|
58 |
-
st.set_page_config(page_title="
|
59 |
st.header("ATS Keyword Matching")
|
60 |
input_text_title = st.text_area("Job Title: ", key="inpu_title")
|
61 |
input_text_jd = st.text_area("Job Description: ", key="input_jd")
|
|
|
55 |
|
56 |
|
57 |
def main():
|
58 |
+
st.set_page_config(page_title="CV PARSER")
|
59 |
st.header("ATS Keyword Matching")
|
60 |
input_text_title = st.text_area("Job Title: ", key="inpu_title")
|
61 |
input_text_jd = st.text_area("Job Description: ", key="input_jd")
|