Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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])
|