Skip to content

Commit f2c476a

Browse files
author
Dilmi Wickramanayake
committed
Analog input graph
1 parent 65e0005 commit f2c476a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sample/sample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
streamlit_script_path=panel_script_path,
1313
)
1414
panel.set_value("sample_string", "Hello, World!")
15-
panel.set_value("sample_int", 6)
15+
panel.set_value("sample_int", 42)
1616
panel.set_value("sample_float", 3.14)
1717
panel.set_value("sample_bool", True)
1818
panel.set_value("float_values", [1.1, 2.2, 3.3])

0 commit comments

Comments
 (0)