Spaces:
Runtime error
Runtime error
Description on example
#1
by
merve
HF staff
- opened
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
yusyel
changed discussion status to
closed
@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
This comment has been hidden