akdeniz27 commited on
Commit
5b757c4
1 Parent(s): 3a6b5f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -39,6 +39,10 @@ model_list = ['alon-albalak/xlm-roberta-large-xquad',
39
  st.sidebar.header("Select Model")
40
  model_checkpoint = st.sidebar.radio("", model_list)
41
 
 
 
 
 
42
  st.subheader("Select Context and Question")
43
  context_1 = st.text_area("Context #1", text_1, height=128)
44
  context_2 = st.text_area("Context #2", text_2, height=128)
 
39
  st.sidebar.header("Select Model")
40
  model_checkpoint = st.sidebar.radio("", model_list)
41
 
42
+ st.sidebar.write("For details of models:")
43
+ st.sidebar.write("https://huggingface.co/alon-albalak")
44
+ st.sidebar.write("https://huggingface.co/deepset")
45
+
46
  st.subheader("Select Context and Question")
47
  context_1 = st.text_area("Context #1", text_1, height=128)
48
  context_2 = st.text_area("Context #2", text_2, height=128)