efederici commited on
Commit
9cbcc8b
1 Parent(s): ee91191

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -78,7 +78,7 @@ def main():
78
  """,
79
  unsafe_allow_html=True,
80
  )
81
- st.sidebar.image("fl.png", width=200)
82
  st.sidebar.markdown(
83
  """# ARTeLab Summarizer
84
  * Create summaries of Italian news articles.
@@ -145,7 +145,7 @@ def main():
145
  """
146
  )
147
 
148
- input_text = st.text_area("Enter a Dutch news text", DEFAULT_TEXT, height=500)
149
 
150
  if st.button("Generate summary"):
151
 
 
78
  """,
79
  unsafe_allow_html=True,
80
  )
81
+ st.sidebar.image("fl.png", width=220)
82
  st.sidebar.markdown(
83
  """# ARTeLab Summarizer
84
  * Create summaries of Italian news articles.
 
145
  """
146
  )
147
 
148
+ input_text = st.text_area("Enter an Italian news text", DEFAULT_TEXT, height=500)
149
 
150
  if st.button("Generate summary"):
151