apolinario commited on
Commit
2e1b960
1 Parent(s): 86661d3

remove wide temporarly

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")