Spaces:
Runtime error
Runtime error
Commit
·
b4b8bc8
1
Parent(s):
4361c44
Update screen.py
Browse files
screen.py
CHANGED
|
@@ -102,9 +102,9 @@ def screen_scan_main():
|
|
| 102 |
image = np.array(image.convert('RGB'))
|
| 103 |
#(ans_txt,pathImage, save_images= True)
|
| 104 |
|
| 105 |
-
myIndex1_str =",
|
| 106 |
-
myIndex2_str =",
|
| 107 |
-
myIndex3_str =",
|
| 108 |
#new_data1 = pd.DataFrame(data, index, columns)
|
| 109 |
data = [[1,answer_code,80,myIndex1_str,90,myIndex2_str,10,myIndex3_str]]
|
| 110 |
|
|
|
|
| 102 |
image = np.array(image.convert('RGB'))
|
| 103 |
#(ans_txt,pathImage, save_images= True)
|
| 104 |
|
| 105 |
+
myIndex1_str =",".join(map(str, edited_df["Cevap"]))
|
| 106 |
+
myIndex2_str =",".join(map(str, myIndexs[1]))
|
| 107 |
+
myIndex3_str =",".join(map(str, myIndexs[2]))
|
| 108 |
#new_data1 = pd.DataFrame(data, index, columns)
|
| 109 |
data = [[1,answer_code,80,myIndex1_str,90,myIndex2_str,10,myIndex3_str]]
|
| 110 |
|