Spaces:
Sleeping
Sleeping
HenryStephen
commited on
Commit
•
d992596
1
Parent(s):
c05ea19
Update app.py
Browse files
app.py
CHANGED
@@ -34,11 +34,6 @@ def show_res_link(row_idx):
|
|
34 |
st.sidebar.info(f'Resource Link: {res_link}')
|
35 |
|
36 |
|
37 |
-
def show_bionic_prototype_content(row_idx):
|
38 |
-
bionic_prototype = df.iloc[row_idx]['Bionic prototype']
|
39 |
-
st.sidebar.info(f'Bionic prototype is: {bionic_prototype}')
|
40 |
-
|
41 |
-
|
42 |
with st.sidebar:
|
43 |
st.slider(
|
44 |
label="Search results limit",
|
|
|
34 |
st.sidebar.info(f'Resource Link: {res_link}')
|
35 |
|
36 |
|
|
|
|
|
|
|
|
|
|
|
37 |
with st.sidebar:
|
38 |
st.slider(
|
39 |
label="Search results limit",
|