Niharmahesh commited on
Commit
6e173f8
·
verified ·
1 Parent(s): cf1bd9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -9,6 +9,7 @@ import pyarrow as pa
9
  import pyarrow.parquet as pq
10
  import math
11
  import re
 
12
  from concurrent.futures import ThreadPoolExecutor, as_completed
13
  # Set page config for a wider layout and custom theme
14
  st.set_page_config(layout="wide", page_title="Job Listings Dashboard")
 
9
  import pyarrow.parquet as pq
10
  import math
11
  import re
12
+ import pyarrow.csv as csv
13
  from concurrent.futures import ThreadPoolExecutor, as_completed
14
  # Set page config for a wider layout and custom theme
15
  st.set_page_config(layout="wide", page_title="Job Listings Dashboard")