Spaces:
Sleeping
Sleeping
Commit
•
3e1a2ec
1
Parent(s):
567a5be
Update app.py
Browse files
app.py
CHANGED
@@ -79,4 +79,7 @@ user_id_counts_df.columns = ['Username', 'Count']
|
|
79 |
# Display the table of username counts in the Streamlit app
|
80 |
st.table(user_id_counts_df)
|
81 |
|
|
|
|
|
|
|
82 |
st.dataframe(df)
|
|
|
79 |
# Display the table of username counts in the Streamlit app
|
80 |
st.table(user_id_counts_df)
|
81 |
|
82 |
+
|
83 |
+
st.header("Raw Dataset")
|
84 |
+
|
85 |
st.dataframe(df)
|