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...
9c9d1f2
machine-learning-ui
/
views
/
model_tuning.py
katanaml
Initial commit
6a4662b
about 2 years ago
raw
Copy download link
history
blame
Safe
158 Bytes
import
streamlit
as
st
class
ModelTuning
:
class
Model
:
pageTitle =
"Model Tuning"
def
view
(
self, model
):
st.title(model.pageTitle)