Spaces:
Runtime error
Runtime error
damilojohn
commited on
Commit
·
020e9ac
1
Parent(s):
deeae52
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ examples = [['layer Neurons receptive of input visual develop cortex primates in
|
|
27 |
['plays role metric classification. The an important (NN) in nearest neighbor distance'],
|
28 |
['physiologically monostability. likely more That within ranges for multistability plausible becomes parameters, is, than']]
|
29 |
def set_example(example):
|
30 |
-
return gr.TextArea.update(value=example)
|
31 |
|
32 |
demo = gr.Blocks()
|
33 |
with demo:
|
|
|
27 |
['plays role metric classification. The an important (NN) in nearest neighbor distance'],
|
28 |
['physiologically monostability. likely more That within ranges for multistability plausible becomes parameters, is, than']]
|
29 |
def set_example(example):
|
30 |
+
return gr.TextArea.update(value=example[0])
|
31 |
|
32 |
demo = gr.Blocks()
|
33 |
with demo:
|