Skip to content

Commit aed4834

Browse files
author
Ayomitunde Fafore
authored
Update streamlit_app.py
1 parent 6bd2593 commit aed4834

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

streamlit_app.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ def create_dataframe(rows, columns):
1515
return df
1616

1717

18-
st.title("Ayo's First Application :sunglasses:")
19-
st.header("Dashboard")
18+
st.title("John Doe's First Application :sunglasses:")
19+
st.header("Accounting Dashboard")
2020

21-
data = create_dataframe(5, 5)
21+
data = create_dataframe(50, 10)
2222
st.subheader("Data Table")
2323
st.dataframe(data)
2424
st.subheader("Data Line Chart")

0 commit comments

Comments
 (0)