Skip to content

Commit cb4a743

Browse files
Mike ProsserMike Prosser
authored andcommitted
cleanup
1 parent 6d7df1e commit cb4a743

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/nidaqmx/nidaqmx_continuous_analog_input_panel.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
import nipanel.controls as ni
1515

1616

17+
st.set_page_config(page_title="NI-DAQmx Example", page_icon="📈", layout="wide")
18+
st.title("Analog Input - Voltage and Thermocouple in a Single Task")
19+
1720
st.markdown(
1821
"""
1922
<style>
@@ -31,9 +34,6 @@
3134
unsafe_allow_html=True,
3235
)
3336

34-
st.set_page_config(page_title="NI-DAQmx Example", page_icon="📈", layout="wide")
35-
st.title("Analog Input - Voltage and Thermocouple in a Single Task")
36-
3737
panel = nipanel.get_panel_accessor()
3838
is_running = panel.get_value("is_running", False)
3939

0 commit comments

Comments
 (0)