Spaces:
Runtime error
Runtime error
Commit
·
df1dfb8
1
Parent(s):
628bb6f
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,7 +20,6 @@ with col3:
|
|
| 20 |
st.write("#### Description")
|
| 21 |
description = st.text_input(label="", placeholder="An optional natural language description of the operation", value="add two vectors with broadcasting to get a matrix")
|
| 22 |
with st.expander("⚙️ Search Options", expanded=False):
|
| 23 |
-
st.sidebar.header("Settings:")
|
| 24 |
settings_kwargs = dict()
|
| 25 |
settings_kwargs["require_all_inputs_used"] = st.checkbox("Require All Inputs", value=True)
|
| 26 |
settings_kwargs["only_minimal_solutions"] = st.checkbox("Only Minimal Solutions", value=False)
|
|
|
|
| 20 |
st.write("#### Description")
|
| 21 |
description = st.text_input(label="", placeholder="An optional natural language description of the operation", value="add two vectors with broadcasting to get a matrix")
|
| 22 |
with st.expander("⚙️ Search Options", expanded=False):
|
|
|
|
| 23 |
settings_kwargs = dict()
|
| 24 |
settings_kwargs["require_all_inputs_used"] = st.checkbox("Require All Inputs", value=True)
|
| 25 |
settings_kwargs["only_minimal_solutions"] = st.checkbox("Only Minimal Solutions", value=False)
|