Update README.md

This commit is contained in:
Pranav
2019-12-17 22:03:28 -06:00
committed by GitHub
parent 2719604ba9
commit 2853aba409

View File

@@ -89,6 +89,7 @@ The above code will print a progress bar that goes from 0 to 100% at the rate of
If you'd rather control progress of the bar in discrete steps, consider using `bar.set_progress(value)`. Example:
<p align="center">
<img src="img/progress_bar_set_progress.gif"/>
</p>