Update app.py
Browse files
app.py
CHANGED
|
@@ -38,6 +38,9 @@ st.sidebar.write("For details of models:")
|
|
| 38 |
st.sidebar.write("https://huggingface.co/vicgalle")
|
| 39 |
st.sidebar.write("https://huggingface.co/joeddav")
|
| 40 |
|
|
|
|
|
|
|
|
|
|
| 41 |
st.subheader("Select Text and Label List")
|
| 42 |
st.text_area("Text #1", text_1, height=128)
|
| 43 |
st.text_area("Text #2", text_2, height=128)
|
|
|
|
| 38 |
st.sidebar.write("https://huggingface.co/vicgalle")
|
| 39 |
st.sidebar.write("https://huggingface.co/joeddav")
|
| 40 |
|
| 41 |
+
st.sidebar.write("For XNLI Dataset:")
|
| 42 |
+
st.sidebar.write("https://huggingface.co/datasets/xnli")
|
| 43 |
+
|
| 44 |
st.subheader("Select Text and Label List")
|
| 45 |
st.text_area("Text #1", text_1, height=128)
|
| 46 |
st.text_area("Text #2", text_2, height=128)
|