tracinginsights commited on
Commit
26aafe1
·
1 Parent(s): 19d1256

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -13
app.py CHANGED
@@ -1,18 +1,18 @@
1
- from git import Repo
2
- import os
3
  import streamlit as st
4
 
5
- st.set_page_config(
6
- page_title="TRACING INSIGHTS",
7
- page_icon=None,
8
- layout="wide",
9
- #initial_sidebar_state="expanded",
10
- # menu_items={
11
- # 'Get Help': 'https://www.extremelycoolapp.com/help',
12
- # 'Report a bug': "https://www.extremelycoolapp.com/bug",
13
- # 'About': "# This is a header. This is an *extremely* cool app!"
14
- # }
15
- )
16
 
17
  st.write("Hello world!")
18
 
 
1
+ # from git import Repo
2
+ # import os
3
  import streamlit as st
4
 
5
+ # st.set_page_config(
6
+ # page_title="TRACING INSIGHTS",
7
+ # page_icon=None,
8
+ # layout="wide",
9
+ # #initial_sidebar_state="expanded",
10
+ # # menu_items={
11
+ # # 'Get Help': 'https://www.extremelycoolapp.com/help',
12
+ # # 'Report a bug': "https://www.extremelycoolapp.com/bug",
13
+ # # 'About': "# This is a header. This is an *extremely* cool app!"
14
+ # # }
15
+ # )
16
 
17
  st.write("Hello world!")
18