AMR-KELEG commited on
Commit
65313bf
·
verified ·
1 Parent(s): 9cdf3d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -151,9 +151,7 @@ with tab1:
151
  ax.set_xlabel("ALDi score", color=ORANGE_COLOR)
152
  st.pyplot(fig)
153
 
154
- print(sent)
155
- with open("logs.txt", "a") as f:
156
- f.write(sent + "\n")
157
 
158
  with tab2:
159
  file = st.file_uploader("Upload a file", type=["txt"])
 
151
  ax.set_xlabel("ALDi score", color=ORANGE_COLOR)
152
  st.pyplot(fig)
153
 
154
+ print(sent, ALDi_score)
 
 
155
 
156
  with tab2:
157
  file = st.file_uploader("Upload a file", type=["txt"])