Modify: result view
Browse files
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:
|