Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,6 @@ import streamlit.components.v1 as components
|
|
3 |
import re
|
4 |
import os
|
5 |
import glob
|
6 |
-
|
7 |
st.set_page_config(layout="wide")
|
8 |
def process_line(line):
|
9 |
if re.search(r'\b[A-G][#b]?m?\b', line):
|
|
|
3 |
import re
|
4 |
import os
|
5 |
import glob
|
|
|
6 |
st.set_page_config(layout="wide")
|
7 |
def process_line(line):
|
8 |
if re.search(r'\b[A-G][#b]?m?\b', line):
|