Spaces:
Running
Running
Update app.py
Browse files
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")
|