mattritchey commited on
Commit
10399e0
·
1 Parent(s): 5e51506

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -18,12 +18,12 @@ from threading import Thread
18
 
19
  @st.cache_data
20
  def alt_vertices():
21
- return pd.read_parquet('https://github.com/mattritchey/DistanceCoast/raw/main/Atlantic%20Shore%20Vertices_short.parquet')
22
 
23
 
24
  @st.cache_data
25
  def gulf_vertices():
26
- return pd.read_parquet('https://github.com/mattritchey/DistanceCoast/raw/main/Gulf%20Shore%20Vertices2.parquet')
27
 
28
  @st.cache_data
29
  def convert_df(df):
 
18
 
19
  @st.cache_data
20
  def alt_vertices():
21
+ return pd.read_parquet('Atlantic Shore Vertices_short.parquet')
22
 
23
 
24
  @st.cache_data
25
  def gulf_vertices():
26
+ return pd.read_parquet('Gulf Shore Vertices2.parquet')
27
 
28
  @st.cache_data
29
  def convert_df(df):