sentencebird commited on
Commit
986a697
1 Parent(s): 8076541

update: 並び替えの

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -154,4 +154,7 @@ if st.button("Translate"):
154
  tn.network.show(fname)
155
  html_file = open(fname, "r", encoding="utf-8")
156
  components.html(html_file.read(), height=500)
 
 
 
157
 
 
154
  tn.network.show(fname)
155
  html_file = open(fname, "r", encoding="utf-8")
156
  components.html(html_file.read(), height=500)
157
+
158
+ st.subheader("Order")
159
+ st.text(translation.positions)
160