CosmoAI commited on
Commit
0bd2ab5
·
1 Parent(s): 4cfd05a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def main():
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)
30
 
 
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)
30