poccio commited on
Commit
07c7f16
1 Parent(s): 48e06d4

added larger inventory

Browse files
Files changed (2) hide show
  1. app.py +4 -2
  2. requirements.txt +1 -1
app.py CHANGED
@@ -79,11 +79,13 @@ def main(
79
 
80
  # how it works
81
  def hiw():
82
- st.markdown("""
 
83
  ## How it works
84
 
85
  ExtEnD frames Entity Disambiguation as a text extraction problem:
86
- """)
 
87
  st.image(
88
  "data/repo-assets/extend_formulation.png", caption="ExtEnD Formulation"
89
  )
 
79
 
80
  # how it works
81
  def hiw():
82
+ st.markdown(
83
+ """
84
  ## How it works
85
 
86
  ExtEnD frames Entity Disambiguation as a text extraction problem:
87
+ """
88
+ )
89
  st.image(
90
  "data/repo-assets/extend_formulation.png", caption="ExtEnD Formulation"
91
  )
requirements.txt CHANGED
@@ -1 +1 @@
1
- git+https://github.com/sapienzanlp/extend@main
 
1
+ git+https://github.com/sapienzanlp/extend@main # we are installing from the main branch