Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
supernovamutinda
/
samuelMutindaPortifolio
like
0
Sleeping
App
Files
Files
Community
supernovamutinda
commited on
Nov 7, 2023
Commit
5ad4e4d
•
1 Parent(s):
6dc69b7
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
CHANGED
Viewed
@@ -1,4 +1,7 @@
1
import streamlit as st
2
3
4
with st.sidebar:
1
import streamlit as st
2
+
import pandas as pd
3
+
import numpy as np
4
+
5
6
7
with st.sidebar: