ricardo-lsantos commited on
Commit
f5648af
β€’
1 Parent(s): 02e4322

Update pages/Zero_Shot_Classification.py

Browse files
Files changed (1) hide show
  1. pages/Zero_Shot_Classification.py +1 -2
pages/Zero_Shot_Classification.py CHANGED
@@ -3,12 +3,11 @@
3
 
4
  import streamlit as st
5
  import AI.zero_shot_classification as ai
6
-
7
  def run():
8
 
9
  st.set_page_config(page_title="Zero Shot Classification", page_icon="πŸ“ˆ")
10
 
11
- st.markdown("# Zero Shot Classification")
12
  st.write('Add some labels and then add a text to classify.')
13
  labels_box = st.text_area('Enter your labels here.')
14
  st.markdown('<p class="breadcrumb">{}</p>'.format(labels_box))
 
3
 
4
  import streamlit as st
5
  import AI.zero_shot_classification as ai
 
6
  def run():
7
 
8
  st.set_page_config(page_title="Zero Shot Classification", page_icon="πŸ“ˆ")
9
 
10
+ st.markdown("# Zero Shot Classification - Not Working Yet")
11
  st.write('Add some labels and then add a text to classify.')
12
  labels_box = st.text_area('Enter your labels here.')
13
  st.markdown('<p class="breadcrumb">{}</p>'.format(labels_box))