Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -36,15 +36,6 @@ if records:
|
|
36 |
st.write(f"- {record}")
|
37 |
else:
|
38 |
st.write("No records found.")
|
39 |
-
This code will split the input text wherever there are two or more contiguous spaces and display the split records in the Streamlit app.
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
|
49 |
|
50 |
results = find_strings_with_ending_conditions(input_text)
|
|
|
36 |
st.write(f"- {record}")
|
37 |
else:
|
38 |
st.write("No records found.")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
|
40 |
|
41 |
results = find_strings_with_ending_conditions(input_text)
|