Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -752,7 +752,7 @@ def customer_dashboard_page():
|
|
| 752 |
df = pd.DataFrame(customer_data)
|
| 753 |
st.dataframe(df)
|
| 754 |
st.components.v1.iframe(
|
| 755 |
-
"https://app.powerbi.com/view?r=
|
| 756 |
height=600,
|
| 757 |
width=800,
|
| 758 |
scrolling=True
|
|
|
|
| 752 |
df = pd.DataFrame(customer_data)
|
| 753 |
st.dataframe(df)
|
| 754 |
st.components.v1.iframe(
|
| 755 |
+
"https://app.powerbi.com/view?r=eyJrIjoiOThhNGJkY2ItODUyZC00Y2UyLWJkYzQtYjdhZGVhOWI1ZWM5IiwidCI6ImI0NTNkOTFiLTZhYzEtNGI2MS1iOGI4LTVlNjVlNDIyMjMzZiIsImMiOjl9",
|
| 756 |
height=600,
|
| 757 |
width=800,
|
| 758 |
scrolling=True
|