derek-thomas HF staff commited on
Commit
689f768
1 Parent(s): c67ece1

Renaming plots and adding badge

Browse files
Files changed (2) hide show
  1. disc_golf_simulator.py +1 -1
  2. utilities/visualize.py +1 -1
disc_golf_simulator.py CHANGED
@@ -88,7 +88,7 @@ def main():
88
  st.markdown(f"""
89
  Thanks for visiting :)
90
 
91
-
92
  """)
93
 
94
  with tab2:
 
88
  st.markdown(f"""
89
  Thanks for visiting :)
90
 
91
+ ![Total Visitors]({vb_link})
92
  """)
93
 
94
  with tab2:
utilities/visualize.py CHANGED
@@ -268,5 +268,5 @@ def get_subplots(arc, alphas, lifts, drags, moms, rolls, velocity):
268
  fig.update_xaxes(title_text="Distance (m)", row=2, col=3)
269
  fig.update_yaxes(title_text="Roll rate (rad/s)", row=2, col=3)
270
 
271
- fig.update_layout(height=600, width=1000, title_text="Plotly Subplots", hovermode='x')
272
  return fig
 
268
  fig.update_xaxes(title_text="Distance (m)", row=2, col=3)
269
  fig.update_yaxes(title_text="Roll rate (rad/s)", row=2, col=3)
270
 
271
+ fig.update_layout(height=600, width=1000, title_text="Analysis Subplots", hovermode='x')
272
  return fig