anonymousauthors commited on
Commit
59f2de4
1 Parent(s): d65d45a

Update secretlanguage.py

Browse files
Files changed (1) hide show
  1. secretlanguage.py +2 -2
secretlanguage.py CHANGED
@@ -102,8 +102,8 @@ class ReactiveTables(param.Parameterized):
102
  # "## Description", self.summary,
103
  # "## Table",
104
  self.table_ours,
105
- width=2000,
106
- # sizing_mode='stretch_height'
107
  )
108
 
109
 
 
102
  # "## Description", self.summary,
103
  # "## Table",
104
  self.table_ours,
105
+ # width=1500,
106
+ sizing_mode='stretch_width'
107
  )
108
 
109