We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e0005 commit f2c476aCopy full SHA for f2c476a
examples/sample/sample.py
@@ -12,7 +12,7 @@
12
streamlit_script_path=panel_script_path,
13
)
14
panel.set_value("sample_string", "Hello, World!")
15
-panel.set_value("sample_int", 6)
+panel.set_value("sample_int", 42)
16
panel.set_value("sample_float", 3.14)
17
panel.set_value("sample_bool", True)
18
panel.set_value("float_values", [1.1, 2.2, 3.3])
0 commit comments