pgleeson commited on
Commit
c3e1016
·
1 Parent(s): 1fa56f6
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ if st_mode:
20
  plotter = pv.Plotter(window_size=[800,600])
21
 
22
 
23
- print('Reading objs...')
24
  mesh = pv.read('a_mouse.obj')
25
  plotter.add_mesh(mesh, smooth_shading=True, color='white')
26
 
 
20
  plotter = pv.Plotter(window_size=[800,600])
21
 
22
 
23
+ print('Reading all the objs...')
24
  mesh = pv.read('a_mouse.obj')
25
  plotter.add_mesh(mesh, smooth_shading=True, color='white')
26