Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
joemaatouk
/
machine-learning-ui
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e97acf0
machine-learning-ui
/
views
/
data_extraction.py
katanaml
Initial commit
6a4662b
about 2 years ago
raw
Copy download link
history
blame
Safe
164 Bytes
import
streamlit
as
st
class
DataExtraction
:
class
Model
:
pageTitle =
"Data Extraction"
def
view
(
self, model
):
st.title(model.pageTitle)