Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ from download import download_button
|
|
| 10 |
from st_aggrid import GridUpdateMode, DataReturnMode
|
| 11 |
|
| 12 |
# Page config is set once with icon title and display style. Wide mode since we want screen real estate for wide CSV files
|
| 13 |
-
st.set_page_config(page_icon="π", page_title="π
|
| 14 |
|
| 15 |
def parse(file, condition, data=[], ind_append=False):
|
| 16 |
for line in file:
|
|
|
|
| 10 |
from st_aggrid import GridUpdateMode, DataReturnMode
|
| 11 |
|
| 12 |
# Page config is set once with icon title and display style. Wide mode since we want screen real estate for wide CSV files
|
| 13 |
+
st.set_page_config(page_icon="π", page_title="πAI-EIO-Editorπ", layout="wide")
|
| 14 |
|
| 15 |
def parse(file, condition, data=[], ind_append=False):
|
| 16 |
for line in file:
|