Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ def main():
|
|
78 |
""",
|
79 |
unsafe_allow_html=True,
|
80 |
)
|
81 |
-
st.sidebar.image("fl.png", width=
|
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
|
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 |
|