akdeniz27 commited on
Commit
69ea005
1 Parent(s): 5dd2017

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -45,6 +45,9 @@ st.sidebar.write("For details of models:")
45
  st.sidebar.write("https://huggingface.co/alon-albalak")
46
  st.sidebar.write("https://huggingface.co/deepset")
47
 
 
 
 
48
  st.subheader("Select Context and Question")
49
  context_1 = st.text_area("Context #1", text_1, height=128)
50
  context_2 = st.text_area("Context #2", text_2, height=128)
 
45
  st.sidebar.write("https://huggingface.co/alon-albalak")
46
  st.sidebar.write("https://huggingface.co/deepset")
47
 
48
+ st.sidebar.write("For XQUAD Dataset:")
49
+ st.sidebar.write("https://huggingface.co/datasets/xquad")
50
+
51
  st.subheader("Select Context and Question")
52
  context_1 = st.text_area("Context #1", text_1, height=128)
53
  context_2 = st.text_area("Context #2", text_2, height=128)