Commit
·
2e1b960
1
Parent(s):
86661d3
remove wide temporarly
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def gitclone(url):
|
|
25 |
|
26 |
@st.cache
|
27 |
def initial_clones():
|
28 |
-
st.set_page_config(layout="wide")
|
29 |
root_path = f'.'
|
30 |
model_path = f'.'
|
31 |
gitclone("https://github.com/MSFTserver/pytorch3d-lite.git")
|
|
|
25 |
|
26 |
@st.cache
|
27 |
def initial_clones():
|
28 |
+
#st.set_page_config(layout="wide")
|
29 |
root_path = f'.'
|
30 |
model_path = f'.'
|
31 |
gitclone("https://github.com/MSFTserver/pytorch3d-lite.git")
|