Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Abid committed Feb 26, 2021
1 parent bfd3122 commit 72d3887
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

```
+-- calculator.py
+-- flagged/
| +-- logs.csv
```

*flagged/logs.csv*
num1,operation,num2,Output
Expand All @@ -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:

```
+-- sepia.py
+-- flagged/
| +-- logs.csv
Expand All @@ -183,6 +186,7 @@ With the sepia interface shown above, we would have the flagged data stored in t
| +-- Output/
| | +-- 0.png
| | +-- 1.png
```

*flagged/logs.csv*
im,Output
Expand Down

0 comments on commit 72d3887

Please sign in to comment.