not-lain commited on
Commit
80a7762
1 Parent(s): 182bc8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -181,7 +181,7 @@ def predict(dim1, dim2):
181
 
182
  out += "\n# Step1 (alignment and pre_append with ones)\n" + table1
183
  out += (
184
- "\n# Step2 (susbtitute columns that have 1 with concat)\nexcept for last 2 dimensions\n"
185
  + table2
186
  )
187
  out += "\n# Step3 (check if matrix multiplication is valid)\n"
 
181
 
182
  out += "\n# Step1 (alignment and pre_append with ones)\n" + table1
183
  out += (
184
+ "\n# Step2 (substitute columns that have 1 with concat)\nexcept for last 2 dimensions\n"
185
  + table2
186
  )
187
  out += "\n# Step3 (check if matrix multiplication is valid)\n"