Spaces:
Running
Running
Commit
·
591124c
1
Parent(s):
6af8042
Update demo
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ Select input-output examples as defined in `examples.py`, or define your own cus
|
|
39 |
# max_weight = 3
|
40 |
domain = st.selectbox("Domain", ["arithmetic", "strings"])
|
41 |
examples_key = st.selectbox("Examples", example_set.keys())
|
42 |
-
max_weight = st.slider("
|
43 |
|
44 |
# retrieve selected input-output examples
|
45 |
examples = example_set[examples_key]
|
|
|
39 |
# max_weight = 3
|
40 |
domain = st.selectbox("Domain", ["arithmetic", "strings"])
|
41 |
examples_key = st.selectbox("Examples", example_set.keys())
|
42 |
+
max_weight = st.slider("Maximum Weight", 2, 10, 3)
|
43 |
|
44 |
# retrieve selected input-output examples
|
45 |
examples = example_set[examples_key]
|