Description on example

#1
by merve HF staff - opened
Keras org

Hey hey, can you please add description, title and credits on your example? :) That'd be nice if this could look like the following: https://huggingface.co/spaces/keras-io/adamatch-domain-adaption

Keras org

@merve , Ok, I will add this evening.

yusyel changed discussion status to closed
Keras org

@yusyel maybe you could add a small comment on how user should wait for plot and app to appear, there's a lag on the app imo ๐Ÿ˜…
streamlit has a @st .cache option that caches the operation, you can also use this:



@st

	.cache
def plot():
    n = st.sidebar.slider("Step", min_value = 1, max_value=5, value = 1)
    def show_plot(plot_data, delta, title):
....
merve changed discussion status to open
Keras org
This comment has been hidden

Sign up or log in to comment