-
Notifications
You must be signed in to change notification settings - Fork 0
/
Fused_30_Day.py
25 lines (19 loc) · 1.02 KB
/
Fused_30_Day.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
import streamlit as st
st.title("Fused 30 Days App")
st.write("# Welcome to the Fused 30 Day Map Challenge page! 👋")
st.sidebar.success("Select a demo above.")
st.markdown(
"""
[Fused](https://www.fused.io/) is an end-to-end cloud platform for data analytics.
You can build run Python function on our serverless platform, host them as individual apps or point to
them through HTTP endpoints.
This page is a little demo of all the maps we & the community have built using Fused during the [2024 #30DayMapChallenge](https://30daymapchallenge.com/)
### Try these out!
👈 You can explore each of these apps yourself. You can inspect the code for each one of those
### Want to learn more?
- Check out [our docs](https://docs.fused.io/)
- Join [our waitlist](https://docs.google.com/forms/d/1NVzMjc2tXxlIgnFrxqQPM_NtG1B2AQ0En_pAbZHYSK0)
- Join [the Discord](https://discord.com/invite/BxS5wMzdRk)
- Follow us on [LinkedIn](https://www.linkedin.com/company/fusedio/) for more updates
"""
)