We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 351cfaa commit 47498baCopy full SHA for 47498ba
mock_generators/tabs/tutorial.py
@@ -0,0 +1,4 @@
1
+from streamlit_player import st_player
2
+
3
+def tutorial_tab():
4
+ st_player("https://youtu.be/dJMlPYvWdbQ", height=600)
0 commit comments