Spaces:
Running
Running
Commit
·
56035d8
1
Parent(s):
d222738
Update app.py
Browse files
app.py
CHANGED
@@ -9,9 +9,9 @@ inputs = st.text_area('A dict mapping input variable names to input tensors.', p
|
|
9 |
'cols': [1, 2, 3, 4],}
|
10 |
''')
|
11 |
output = st.text_area('The corresponding output tensor.', placeholder='''
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
''')
|
16 |
|
17 |
constants = st.text_input('A list of relevant scalar constants, if any.', placeholder='[]' )
|
|
|
9 |
'cols': [1, 2, 3, 4],}
|
10 |
''')
|
11 |
output = st.text_area('The corresponding output tensor.', placeholder='''
|
12 |
+
[[11, 12, 13, 14],
|
13 |
+
[21, 22, 23, 24],
|
14 |
+
[31, 32, 33, 34]]
|
15 |
''')
|
16 |
|
17 |
constants = st.text_input('A list of relevant scalar constants, if any.', placeholder='[]' )
|