Niharmahesh commited on
Commit
a144082
·
verified ·
1 Parent(s): c5d3240

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -8
app.py CHANGED
@@ -82,18 +82,11 @@ def get_unique_values(df):
82
  'job_types': df['job_type'].unique()
83
  }
84
 
85
- def display_timer():
86
- placeholder = st.empty()
87
- for i in range(15, 0, -1):
88
- placeholder.markdown(f"<p class='big-font'>Loading data... {i}</p>", unsafe_allow_html=True)
89
- time.sleep(1)
90
- placeholder.empty()
91
 
92
  def main():
93
  st.title("Job Listings Dashboard")
94
 
95
- display_timer()
96
-
97
  df = load_and_concat_data()
98
 
99
  if df.empty:
 
82
  'job_types': df['job_type'].unique()
83
  }
84
 
85
+
 
 
 
 
 
86
 
87
  def main():
88
  st.title("Job Listings Dashboard")
89
 
 
 
90
  df = load_and_concat_data()
91
 
92
  if df.empty: