Spaces:
Runtime error
Runtime error
Commit
·
2214d00
1
Parent(s):
86af741
Update screen_scan.py
Browse files- screen_scan.py +1 -1
screen_scan.py
CHANGED
@@ -23,7 +23,7 @@ def screen_scan_main():
|
|
23 |
image_show(resim_list)
|
24 |
grading = str(grading)
|
25 |
wrong_ans = str(wrong_ans)
|
26 |
-
student_idFix = str(student_idFix)
|
27 |
st.write("Notu:",grading)
|
28 |
st.write("Yanlis Yaptigi sorular:",wrong_ans)
|
29 |
st.write("Ogrenci Numarasi:",student_idFix)
|
|
|
23 |
image_show(resim_list)
|
24 |
grading = str(grading)
|
25 |
wrong_ans = str(wrong_ans)
|
26 |
+
#student_idFix = str(student_idFix)
|
27 |
st.write("Notu:",grading)
|
28 |
st.write("Yanlis Yaptigi sorular:",wrong_ans)
|
29 |
st.write("Ogrenci Numarasi:",student_idFix)
|