TroglodyteDerivations commited on
Commit
3df4b84
·
verified ·
1 Parent(s): 0fac951

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
Files changed (1) hide show
  1. app.py +1 -1
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 2 | Multimodal Agentic AI via Uber Dataset 2")
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