MatteoScript commited on
Commit
336ff2a
1 Parent(s): 55590dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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('#### ' + reference + '\n\n'+ testo)
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()