Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -39,6 +39,14 @@ st.markdown("""
|
|
39 |
</style>
|
40 |
""", unsafe_allow_html=True)
|
41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
# Hugging Face setup
|
43 |
HF_TOKEN = st.secrets["HF_TOKEN"]
|
44 |
HF_USERNAME = st.secrets["HF_USERNAME"]
|
@@ -218,7 +226,7 @@ def display_about_page():
|
|
218 |
5. Click on job or company links to view more details on the original posting site.
|
219 |
|
220 |
## Data Source
|
221 |
-
This application fetches data from my Private dataset which scrapes data from varoious job hosting portal.
|
222 |
|
223 |
## Contact
|
224 |
For questions, feedback, or collaboration opportunities, feel free to reach out:
|
|
|
39 |
</style>
|
40 |
""", unsafe_allow_html=True)
|
41 |
|
42 |
+
st.markdown("""
|
43 |
+
<style>
|
44 |
+
h1, h2, h3, h4, h5, h6 {
|
45 |
+
text-align: center;
|
46 |
+
}
|
47 |
+
</style>
|
48 |
+
""", unsafe_allow_html=True)
|
49 |
+
|
50 |
# Hugging Face setup
|
51 |
HF_TOKEN = st.secrets["HF_TOKEN"]
|
52 |
HF_USERNAME = st.secrets["HF_USERNAME"]
|
|
|
226 |
5. Click on job or company links to view more details on the original posting site.
|
227 |
|
228 |
## Data Source
|
229 |
+
This application fetches data from my Private dataset which scrapes data from varoious job hosting portal and the data gets updated daily.
|
230 |
|
231 |
## Contact
|
232 |
For questions, feedback, or collaboration opportunities, feel free to reach out:
|