Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -174,7 +174,7 @@ def show_source(links) :
|
|
| 174 |
with st.expander("Mostra fonti") :
|
| 175 |
for link in links:
|
| 176 |
reference, testo = link
|
| 177 |
-
st.info('
|
| 178 |
|
| 179 |
init_state()
|
| 180 |
sidebar()
|
|
|
|
| 174 |
with st.expander("Mostra fonti") :
|
| 175 |
for link in links:
|
| 176 |
reference, testo = link
|
| 177 |
+
st.info('##### ' + reference.replace('_', ' ') + '\n\n'+ testo)
|
| 178 |
|
| 179 |
init_state()
|
| 180 |
sidebar()
|