diff --git a/ui.html b/ui.html
new file mode 100644
index 0000000..e69de29
diff --git a/votingBallot.sol b/votingBallot.sol
index 7009b9d..7d53757 100644
--- a/votingBallot.sol
+++ b/votingBallot.sol
@@ -36,6 +36,9 @@ contract Ballot {
}));
}
}
+ /**
+ commit which is not to be pushed to remote
+ */
/**
Gives a voter address the right to vote. This is called only by the Chairperson