Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ if src_submit_button:
|
|
65 |
|
66 |
score_file = "scores.txt"
|
67 |
else:
|
68 |
-
st.
|
69 |
"Target file is not provided or invalid, score will not be calculated"
|
70 |
)
|
71 |
|
|
|
65 |
|
66 |
score_file = "scores.txt"
|
67 |
else:
|
68 |
+
st.write(
|
69 |
"Target file is not provided or invalid, score will not be calculated"
|
70 |
)
|
71 |
|