Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -57,8 +57,8 @@ display_charts(filtered_df)
|
|
57 |
st.subheader("📈 Tilt vs Vibration")
|
58 |
fig_tv = px.scatter(
|
59 |
filtered_df,
|
60 |
-
x="Tilt_Angle__c",
|
61 |
-
y="Vibration_Level__c",
|
62 |
color="Alert_Level__c",
|
63 |
hover_name="Name",
|
64 |
title="Tilt Angle vs Vibration Level"
|
|
|
57 |
st.subheader("📈 Tilt vs Vibration")
|
58 |
fig_tv = px.scatter(
|
59 |
filtered_df,
|
60 |
+
x="Tilt_Angle__c=Location_Latitude__c",
|
61 |
+
y="Vibration_Level__c=Location_Longitude__c",
|
62 |
color="Alert_Level__c",
|
63 |
hover_name="Name",
|
64 |
title="Tilt Angle vs Vibration Level"
|