Spaces:
Runtime error
Runtime error
Update pages/Zero_Shot_Classification.py
Browse files
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))
|