GenProp / src /view /style_components.py
adrien.aribaut-gaudin
feat: new public GenProp
498db6b
raw
history blame contribute delete
173 Bytes
import gradio as gr
def input_files_fn1(input_files_):
update_ = {
output_files_comp: gr.update(visible=True)
} if input_files_ else {}
return update_