Skip to content

Commit f7a63bf

Browse files
committed
set expanded to false for power bi chart
1 parent 0c54c34 commit f7a63bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_entry_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ def download_json(df):
305305
| [GitHub](https://github.com/TelRich)\
306306
| [email protected]", unsafe_allow_html=True)
307307

308-
with col2.expander(':red[Power BI Table]', expanded=True):
308+
with col2.expander(':red[Power BI Table]', expanded=False):
309309
power = """<iframe title="Report Section" width="800" height="700"
310310
src="https://app.powerbi.com/view?r=eyJrIjoiNjI2MTYzNTMtOGZmZC00ZDA3LThkYTktYjJjN2U0MGQzYjYxIiwidCI6ImNlMzBlNGMzLWM4NjItNGVlZC1hMzdjLWU3NmJjODNhY2ZmYSJ9"
311311
frameborder="0" allowFullScreen="true"></iframe>"""

0 commit comments

Comments
 (0)