Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
import numpy as np
|
3 |
-
from
|
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
|