Image
Introduction
Function signature
Image(
url="",
width=None,
height=None,
widget_id=None,
)
Parameters
Parameters
Type
Description
url
width
height
widget_id
Methods and attributes
Attributes and Methods
Description
Mini App Example
Import libraries
Init API client
Get images infos from server
Get images urls
Initialize Image widgets we will use in UI
Image widgets we will use in UIDeclare static files directory path and initialize Image using image from local directory
Image using image from local directoryCreate app layout
Create app using layout

Last updated