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