harir commited on
Commit
f950598
·
verified ·
1 Parent(s): 26d80b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -33,7 +33,6 @@ def main():
33
  print(revision)
34
  try:
35
  with right_col:
36
- print(revision['data']['revision'])
37
  st.markdown(f""" <div style="border:1px solid white; padding:10px; height:500px; overflow:auto; border-radius:7px;"> {revision['data']['revision']} </div> """, unsafe_allow_html=True)
38
  num_revised = int(revision['data']['revised_sentences'])/int(revision['data']['sentence_count'])
39
  left_col2, right_col2 = st.columns([1,2])
 
33
  print(revision)
34
  try:
35
  with right_col:
 
36
  st.markdown(f""" <div style="border:1px solid white; padding:10px; height:500px; overflow:auto; border-radius:7px;"> {revision['data']['revision']} </div> """, unsafe_allow_html=True)
37
  num_revised = int(revision['data']['revised_sentences'])/int(revision['data']['sentence_count'])
38
  left_col2, right_col2 = st.columns([1,2])