kinensake commited on
Commit
636c30d
1 Parent(s): 0730709

Modify: result view

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -146,7 +146,7 @@ class GramformerDemo:
146
  corrected_sentence, score = results[i]
147
 
148
  st.write('')
149
- st.markdown(f'##### Candidate {i}:')
150
  st.success(corrected_sentence)
151
  exp1 = st.expander(label='Show highlights', expanded=True)
152
  with exp1:
 
146
  corrected_sentence, score = results[i]
147
 
148
  st.write('')
149
+ st.markdown(f'###### # Candidate {i + 1}:')
150
  st.success(corrected_sentence)
151
  exp1 = st.expander(label='Show highlights', expanded=True)
152
  with exp1: