Niharmahesh commited on
Commit
d93bd48
·
verified ·
1 Parent(s): fe22c7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -164,7 +164,7 @@ def filter_dataframe(df, companies, locations, job_types):
164
  return filtered_df
165
 
166
  def display_data_explorer(df):
167
- st.subheader("Data Explorer")
168
 
169
  show_all = st.radio("Display", ("All Data", "Filtered Data"))
170
 
@@ -240,7 +240,7 @@ def display_about_page():
240
  </a>
241
  """, unsafe_allow_html=True)
242
  def main():
243
- st.title("Job Listings Dashboard")
244
 
245
  df = load_and_concat_data()
246
 
 
164
  return filtered_df
165
 
166
  def display_data_explorer(df):
167
+ st.header("Data Explorer")
168
 
169
  show_all = st.radio("Display", ("All Data", "Filtered Data"))
170
 
 
240
  </a>
241
  """, unsafe_allow_html=True)
242
  def main():
243
+ st.title("Job Easz")
244
 
245
  df = load_and_concat_data()
246