joaopimenta commited on
Commit
7fe8a52
·
verified ·
1 Parent(s): fb51a82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ os.system('pip install streamlit-navigation-bar')
74
  from streamlit_navigation_bar import st_navbar
75
 
76
 
77
- pages = ["Home", "About", "Tutorial", "Worldwide Analysis"]
78
  styles = {
79
  "nav": {
80
  "background-color": "rgba(0, 0, 0, 0.5)",
 
74
  from streamlit_navigation_bar import st_navbar
75
 
76
 
77
+ pages = ["Home","Worldwide Analysis"]
78
  styles = {
79
  "nav": {
80
  "background-color": "rgba(0, 0, 0, 0.5)",