Update app.py
Browse files
app.py
CHANGED
@@ -100,7 +100,7 @@ def main():
|
|
100 |
col1, col2 = st.columns(2)
|
101 |
|
102 |
with col1:
|
103 |
-
st.markdown("##### Upload your biodata as JSON file")
|
104 |
resume = st.file_uploader(
|
105 |
"Drop your resume file here",
|
106 |
type=['json']
|
|
|
100 |
col1, col2 = st.columns(2)
|
101 |
|
102 |
with col1:
|
103 |
+
st.markdown("##### Upload your biodata as JSON file (for sample format check the sample.json in the files section)")
|
104 |
resume = st.file_uploader(
|
105 |
"Drop your resume file here",
|
106 |
type=['json']
|