Update app2.py
Browse files
app2.py
CHANGED
@@ -1758,7 +1758,7 @@ def lawyer_finder_ui():
|
|
1758 |
st.warning("Please select a city to continue.")
|
1759 |
return
|
1760 |
|
1761 |
-
pages = st.slider("Number of pages
|
1762 |
|
1763 |
if st.button("Find Lawyers", type="primary"):
|
1764 |
with st.spinner("Searching for lawyers in your area..."):
|
|
|
1758 |
st.warning("Please select a city to continue.")
|
1759 |
return
|
1760 |
|
1761 |
+
pages = st.slider("Number of pages", 1, 20, 1)
|
1762 |
|
1763 |
if st.button("Find Lawyers", type="primary"):
|
1764 |
with st.spinner("Searching for lawyers in your area..."):
|