Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
awacke1
/
Assessment.Health.Conditions.By.Cost
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
awacke1
commited on
Mar 3, 2023
Commit
ad51853
·
1 Parent(s):
ecebf82
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,5 +1,6 @@
1
import streamlit as st
2
import pandas as pd
3
4
# Define function to read CSV file
5
def read_data():
1
import streamlit as st
2
import pandas as pd
3
+
import base64
4
5
# Define function to read CSV file
6
def read_data():