awacke1 commited on
Commit
75f594c
·
1 Parent(s): a2aa6c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -9
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)