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("
|
| 82 |
st.sidebar.markdown(
|
| 83 |
"""# ARTeLab Summarizer
|
| 84 |
* Create summaries of Italian news articles.
|
|
|
|
| 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.
|