TroglodyteDerivations commited on
Commit
e375379
·
verified ·
1 Parent(s): db9e0be

Updated line 5 with: st.title('Evolving Zero Shot Classification Multimodal Agentic AI')

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)')