Update app.py
Browse files
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 |
|