David Wisdom commited on
Commit
c05b194
1 Parent(s): f8f9b4e

plot the correct plots

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ def main(data_path: str, enc_path: str):
110
  st.plotly_chart(example_fig, use_container_width=True)
111
 
112
  st.write('# Venice Blvd')
113
- st.plotly_chart(example_fig, use_container_width=True)
114
 
115
 
116
  if __name__ == '__main__':
 
110
  st.plotly_chart(example_fig, use_container_width=True)
111
 
112
  st.write('# Venice Blvd')
113
+ st.plotly_chart(venice_fig, use_container_width=True)
114
 
115
 
116
  if __name__ == '__main__':