Skip to content

Commit d439066

Browse files
author
Dilmi Wickramanayake
committed
Merge branch 'users/DilmiWickramanayake/Analog_Input' of https://github.com/ni/nipanel-python into users/DilmiWickramanayake/Analog_Input
2 parents 0d7a6c2 + acc447f commit d439066

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/simple_graph/simple_graph_panel.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
"""A Streamlit visualization panel for the simple_graph.py example script."""
22

33
import streamlit as st
4-
from streamlit_echarts import st_echarts
4+
from streamlit_echarts import st_echarts
55

66
import nipanel
77

8-
98
panel = nipanel.get_panel_accessor()
109

1110
st.set_page_config(page_title="Simple Graph Example", page_icon="📈", layout="wide")

0 commit comments

Comments
 (0)