awacke1 commited on
Commit
dfd0247
Β·
1 Parent(s): 43ab728

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="πŸ“Double Line AI EditorπŸ“Š", layout="wide")
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: