gopiashokan commited on
Commit
f2ac638
·
verified ·
1 Parent(s): f836257

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -291,7 +291,7 @@ class linkedin_scraper:
291
  add_vertical_space(1)
292
  for i in range(0, len(df_final)):
293
 
294
- st.markdown(f'<h3 style="text-align: center;">Job Posting Details : {i+1}</h3>', unsafe_allow_html=True)
295
  st.write(f"Company Name : {df_final.iloc[i,0]}")
296
  st.write(f"Job Title : {df_final.iloc[i,1]}")
297
  st.write(f"Location : {df_final.iloc[i,2]}")
 
291
  add_vertical_space(1)
292
  for i in range(0, len(df_final)):
293
 
294
+ st.markdown(f'<h3 style="color: orange;">Job Posting Details : {i+1}</h3>', unsafe_allow_html=True)
295
  st.write(f"Company Name : {df_final.iloc[i,0]}")
296
  st.write(f"Job Title : {df_final.iloc[i,1]}")
297
  st.write(f"Location : {df_final.iloc[i,2]}")