Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -45,27 +45,13 @@ st.info("Home for F1 data-driven analytics, pre-race predictions, post-race anal
|
|
| 45 |
|
| 46 |
icon_size = 20
|
| 47 |
|
| 48 |
-
|
| 49 |
-
st_button('twitter', 'https://twitter.com/tracinginsights', 'Follow
|
| 50 |
st_button('newsletter', 'https://tracinginsights.substack.com/', 'Sign up for my Newsletter', icon_size)
|
| 51 |
-
st_button('', 'https://instagram.com/tracinginsights', 'Follow
|
| 52 |
st_button('', 'https://www.reddit.com/r/TracingInsights/', 'Join r/TracingInsights sub-reddit', icon_size)
|
| 53 |
-
st_button('', 'https://github.com/sponsors/TracingInsights', 'Best way to support me', icon_size)
|
| 54 |
st_button('', 'https://tracinginsights.creator-spring.com/', 'Shop Merch', icon_size)
|
| 55 |
-
st_button('', 'https://discord.gg/ZabvWFNQFz', 'Join Discord', icon_size)
|
| 56 |
st_button('youtube', 'https://www.youtube.com/@TracingInsights', 'Tracing Insights YouTube channel', icon_size)
|
| 57 |
-
st_button('cup', 'https://www.buymeacoffee.com/tracinginsights', 'Buy me a Coffee', icon_size)
|
| 58 |
-
st_button('', 'https://www.facebook.com/TracingInsights', 'Follow me on Facebook', icon_size)
|
| 59 |
-
# st_button('', 'https://www.linkedin.com/company/tracinginsights', 'Follow me on LinkedIn', icon_size)
|
| 60 |
-
st_button('', 'https://www.patreon.com/tracinginsights', 'Patreon for exclusive content', icon_size)
|
| 61 |
-
# st_button('', 'https://www.twitch.tv/tracinginsights', 'Follow me on Twitch', icon_size)
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
# st_button('', 'https://clubhouse.com/@tracinginsights', 'Follow me on ClubHouse', icon_size)
|
| 65 |
-
|
| 66 |
-
st_button('', 'https://paypal.me/TracingInsights?country.x=IN&locale.x=en_GB', 'PayPal', icon_size)
|
| 67 |
-
|
| 68 |
|
| 69 |
-
st_button('', 'https://amazon.com/dp/B0BF2XK7Q6', 'Buy my Childrens book', icon_size)
|
| 70 |
|
| 71 |
#streamlit_analytics.stop_tracking()
|
|
|
|
| 45 |
|
| 46 |
icon_size = 20
|
| 47 |
|
| 48 |
+
st_button('', 'https://github.com/sponsors/TracingInsights', 'Best way to support', icon_size)
|
| 49 |
+
st_button('twitter', 'https://twitter.com/tracinginsights', 'Follow on Twitter', icon_size)
|
| 50 |
st_button('newsletter', 'https://tracinginsights.substack.com/', 'Sign up for my Newsletter', icon_size)
|
| 51 |
+
st_button('', 'https://instagram.com/tracinginsights', 'Follow on Instagram', icon_size)
|
| 52 |
st_button('', 'https://www.reddit.com/r/TracingInsights/', 'Join r/TracingInsights sub-reddit', icon_size)
|
|
|
|
| 53 |
st_button('', 'https://tracinginsights.creator-spring.com/', 'Shop Merch', icon_size)
|
|
|
|
| 54 |
st_button('youtube', 'https://www.youtube.com/@TracingInsights', 'Tracing Insights YouTube channel', icon_size)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 55 |
|
|
|
|
| 56 |
|
| 57 |
#streamlit_analytics.stop_tracking()
|