TroglodyteDerivations
commited on
Updated line 7 with: st.title("Conjunto de datos de IA agentica multimodal a través de Uber 3 | Multimodal Agentic AI via Uber Dataset 3")
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import folium
|
|
4 |
from streamlit_folium import st_folium
|
5 |
|
6 |
# Set the title of the Streamlit app
|
7 |
-
st.title("Conjunto de datos de IA agentica multimodal a través de Uber
|
8 |
|
9 |
# Load and display the Uber dataset
|
10 |
@st.cache_data # Cache the dataframe to improve performance
|
|
|
4 |
from streamlit_folium import st_folium
|
5 |
|
6 |
# Set the title of the Streamlit app
|
7 |
+
st.title("Conjunto de datos de IA agentica multimodal a través de Uber 3 | Multimodal Agentic AI via Uber Dataset 3")
|
8 |
|
9 |
# Load and display the Uber dataset
|
10 |
@st.cache_data # Cache the dataframe to improve performance
|