pnicewiczoig commited on
Commit
2be2b38
·
1 Parent(s): 136c69f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -37,8 +37,8 @@ if image is not None:
37
 
38
  for text in result:
39
  # only output if numbers and spaces
40
- if re.match("^[0-9 ]+$", text[1]):
41
- result_text.append(text[1])
42
 
43
  st.write(result_text)
44
  st.balloons()
 
37
 
38
  for text in result:
39
  # only output if numbers and spaces
40
+ # if re.match("^[0-9 ]+$", text[1]):
41
+ result_text.append(text[1])
42
 
43
  st.write(result_text)
44
  st.balloons()