akdeniz27 commited on
Commit
ea0349d
1 Parent(s): eb835b9

Update app.py

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