# Journey into learning - 4:00 pm #Step 1 - learn Gradio Great for making quick UI in python, that will run in browser. It also has hot reloading. fn: The function to wrap a user interface (UI) around inputs: the Gradio component(s) to use for the input. The number of components should match the number of arguments in your function. outputs: the Gradio component(s) to use for the output. The number of components should match the number of return values from your function.