CosmoAI commited on
Commit
4cfd05a
·
1 Parent(s): 014f9c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ def main():
23
  elif option == "Statistics":
24
  statistics = pd.DataFrame({
25
  "Number of Visitors": 1000,
26
- "Average Time Spent on Page": 2 minutes,
27
  "Bounce Rate": 10%,
28
  })
29
  st.dataframe(statistics)
 
23
  elif option == "Statistics":
24
  statistics = pd.DataFrame({
25
  "Number of Visitors": 1000,
26
+ "Average Time Spent on Page": 2,
27
  "Bounce Rate": 10%,
28
  })
29
  st.dataframe(statistics)