tracinginsights commited on
Commit
c70070d
·
1 Parent(s): 013f46a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -11
app.py CHANGED
@@ -8,17 +8,7 @@ GITHUB_PAT = os.environ['GITHUB']
8
  if not os.path.exists('repo_directory'):
9
  Repo.clone_from(f'https://tracinginsights:{GITHUB_PAT}@github.com/TracingInsights/Charts.git', 'repo_directory' )
10
 
11
- st.set_page_config(
12
- page_title="TRACING INSIGHTS",
13
- page_icon=None,
14
- layout="wide",
15
- initial_sidebar_state="expanded",
16
- # menu_items={
17
- # 'Get Help': 'https://www.extremelycoolapp.com/help',
18
- # 'Report a bug': "https://www.extremelycoolapp.com/bug",
19
- # 'About': "# This is a header. This is an *extremely* cool app!"
20
- # }
21
- )
22
  import repo_directory.app as app
23
  option = app.select_gp()
24
  app.plot_recent_overtakes(option)
 
8
  if not os.path.exists('repo_directory'):
9
  Repo.clone_from(f'https://tracinginsights:{GITHUB_PAT}@github.com/TracingInsights/Charts.git', 'repo_directory' )
10
 
11
+
 
 
 
 
 
 
 
 
 
 
12
  import repo_directory.app as app
13
  option = app.select_gp()
14
  app.plot_recent_overtakes(option)