awacke1 commited on
Commit
85d8235
·
verified ·
1 Parent(s): a456dfc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import streamlit as st
2
  import numpy as np
3
- from myplot import plot_verticles, plot_mesh
4
  import matplotlib.pyplot as plt
5
  from scipy import spatial
6
  import pymesh
 
1
  import streamlit as st
2
  import numpy as np
3
+ from myplotlib import plot_verticles, plot_mesh
4
  import matplotlib.pyplot as plt
5
  from scipy import spatial
6
  import pymesh