dvilasuero HF staff commited on
Commit
3e1a2ec
1 Parent(s): 567a5be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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)