reshav1 commited on
Commit
ce172f3
1 Parent(s): 907daef

another file

Browse files
Files changed (1) hide show
  1. home.py +6 -0
home.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ import streamlit as st
2
+ import json
3
+
4
+ def dashboard():
5
+ st.title("Dashboard")
6
+