christopher commited on
Commit
cacce40
·
1 Parent(s): 1c78c39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ with col2:
14
  st.write('### Output')
15
  output = st_ace(placeholder="The output tensor", value="[[11, 12, 13, 14],\n[21, 22, 23, 24],\n[31, 32, 33, 34]]", language="python", theme="solarized_dark")
16
  i = eval(inputs)
17
- o = eval(outputs)
18
  st.write(type(o))
19
  st.write(o)
20
  description = st.text_input(placeholder="", value="add two vectors with broadcasting to get a matrix")
 
14
  st.write('### Output')
15
  output = st_ace(placeholder="The output tensor", value="[[11, 12, 13, 14],\n[21, 22, 23, 24],\n[31, 32, 33, 34]]", language="python", theme="solarized_dark")
16
  i = eval(inputs)
17
+ o = eval(output)
18
  st.write(type(o))
19
  st.write(o)
20
  description = st.text_input(placeholder="", value="add two vectors with broadcasting to get a matrix")