Updated line 5 with: st.title('Evolving Zero Shot Classification Multimodal Agentic AI')
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
|
|
2 |
from streamlit_player import st_player
|
3 |
|
4 |
# Set the title and description
|
5 |
-
st.title('Zero Shot Classification Multimodal Agentic AI')
|
6 |
st.write('Enhanced Goal Oriented Autonomy')
|
7 |
st.write('Additional Multimodal Agentic AI Layer of User interaction deriving from a non-organic algorithm.')
|
8 |
st.write('Implements Natural Language Stopping (LLM Output)')
|
|
|
2 |
from streamlit_player import st_player
|
3 |
|
4 |
# Set the title and description
|
5 |
+
st.title('Evolving Zero Shot Classification Multimodal Agentic AI')
|
6 |
st.write('Enhanced Goal Oriented Autonomy')
|
7 |
st.write('Additional Multimodal Agentic AI Layer of User interaction deriving from a non-organic algorithm.')
|
8 |
st.write('Implements Natural Language Stopping (LLM Output)')
|