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