Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
reshav1
/
P.A
like
0
Sleeping
App
Files
Files
Community
6
reshav1
commited on
Sep 8, 2023
Commit
ce172f3
•
1 Parent(s):
907daef
another file
Browse files
Files changed (1)
hide
show
home.py
+6
-0
home.py
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
import streamlit as st
2
+
import json
3
+
4
+
def dashboard():
5
+
st.title("Dashboard")
6
+