Spaces:
Runtime error
Runtime error
David Wisdom
commited on
Commit
·
c05b194
1
Parent(s):
f8f9b4e
plot the correct plots
Browse files
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(
|
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__':
|