Spaces:
Sleeping
Sleeping
Update app.py (#1)
Browse files- Update app.py (a4212c00c8906bc0636b9376077f56ec2b9c97a1)
Co-authored-by: Dishit Sharma <[email protected]>
app.py
CHANGED
@@ -9,6 +9,7 @@ from PIL import Image
|
|
9 |
import matplotlib.pyplot as plt
|
10 |
import numpy as np
|
11 |
import plotly.graph_objects as go
|
|
|
12 |
|
13 |
st.set_page_config(page_title="3D Reconstruction Web App", layout="wide")
|
14 |
st.markdown("<div style='text-align: center;'><h1>3D Scene Reconstruction</h1></div>", unsafe_allow_html=True)
|
|
|
9 |
import matplotlib.pyplot as plt
|
10 |
import numpy as np
|
11 |
import plotly.graph_objects as go
|
12 |
+
from helpers import *
|
13 |
|
14 |
st.set_page_config(page_title="3D Reconstruction Web App", layout="wide")
|
15 |
st.markdown("<div style='text-align: center;'><h1>3D Scene Reconstruction</h1></div>", unsafe_allow_html=True)
|