updated readme

This commit is contained in:
Ali Abid 2021-02-26 10:56:19 -08:00
parent c7d79fc08c
commit 5dd04dcc44

View File

@ -163,9 +163,11 @@ Underneath the output interfaces, there is a button marked "Flag". When a user t
For example, with the calculator interface shown above, we would have the flagged data stored in the flagged directory shown below: For example, with the calculator interface shown above, we would have the flagged data stored in the flagged directory shown below:
```
+-- calculator.py +-- calculator.py
+-- flagged/ +-- flagged/
| +-- logs.csv | +-- logs.csv
```
*flagged/logs.csv* *flagged/logs.csv*
num1,operation,num2,Output num1,operation,num2,Output
@ -174,6 +176,7 @@ num1,operation,num2,Output
With the sepia interface shown above, we would have the flagged data stored in the flagged directory shown below: With the sepia interface shown above, we would have the flagged data stored in the flagged directory shown below:
```
+-- sepia.py +-- sepia.py
+-- flagged/ +-- flagged/
| +-- logs.csv | +-- logs.csv
@ -183,6 +186,7 @@ With the sepia interface shown above, we would have the flagged data stored in t
| +-- Output/ | +-- Output/
| | +-- 0.png | | +-- 0.png
| | +-- 1.png | | +-- 1.png
```
*flagged/logs.csv* *flagged/logs.csv*
im,Output im,Output