mirror of
https://github.com/gradio-app/gradio.git
synced 2025-02-17 11:29:58 +08:00
3 lines
306 B
Markdown
3 lines
306 B
Markdown
|
This demo shows how you can build a live interactive dashboard with gradio.
|
||
|
The current time is refreshed every second and the plot every half second by using the 'every' keyword in the event handler.
|
||
|
Changing the value of the slider will control the period of the sine curve (the distance between peaks).
|