Prasanna1622 commited on
Commit
8529cc0
·
verified ·
1 Parent(s): 274972b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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"