Commit 88f259c4 authored by Chalika Mihiran's avatar Chalika Mihiran

changes done

parent f6be1a29
...@@ -69,7 +69,7 @@ def processGrammar(speech): ...@@ -69,7 +69,7 @@ def processGrammar(speech):
if word_count >= 20: if word_count >= 20:
print("\n This sentence contained mentioned {transitionWordCount} transition words in it.\n") print("\n This sentence contained mentioned {transitionWordCount} transition words in it.\n")
retVal.append(f"\n This sentence contained mentioned {transitionWordCount} transition words in it.\n") retVal.append(f"\n This sentence contained mentioned {transitionWordCount} transition words in it.\n")
print(" Sentence is too long! You shoud not use more than 20 words in a single sentence!\n") print(" Sentence is too long! You should not use more than 20 words in a single sentence!\n")
retVal.append("Sentence is too long! You shoud not use more than 20 words in a single sentence!\n") retVal.append("Sentence is too long! You shoud not use more than 20 words in a single sentence!\n")
if transitionWordCount == 1 and word_count > 20: if transitionWordCount == 1 and word_count > 20:
......
...@@ -33,7 +33,6 @@ ...@@ -33,7 +33,6 @@
<title>Media Recorder in Javascript</title> <title>Media Recorder in Javascript</title>
<link rel="stylesheet" href="assets/css/liveRecorder.css"/> <link rel="stylesheet" href="assets/css/liveRecorder.css"/>
<!-- ======================================================= <!-- =======================================================
* Template Name: OnePage - v4.3.0 * Template Name: OnePage - v4.3.0
* Template URL: https://bootstrapmade.com/onepage-multipurpose-bootstrap-template/ * Template URL: https://bootstrapmade.com/onepage-multipurpose-bootstrap-template/
...@@ -44,9 +43,7 @@ ...@@ -44,9 +43,7 @@
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css"
integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous"> integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
</head> </head>
<body> <body>
<!-- ======= Header ======= --> <!-- ======= Header ======= -->
...@@ -109,26 +106,7 @@ ...@@ -109,26 +106,7 @@
<div class="col"></div> <div class="col"></div>
</div> </div>
<br>
<!-- <div class="col">-->
<!-- <div class="col"> </div>-->
<!-- <div class="row">-->
<!-- <video id="gum" playsinline autoplay muted></video>-->
<!-- <hr>-->
<!--&lt;!&ndash; <h3>&ndash;&gt;-->
<!--&lt;!&ndash; The recorded video&ndash;&gt;-->
<!--&lt;!&ndash; </h3>&ndash;&gt;-->
<!-- <video id="recorded" playsinline loop></video>-->
<!-- <hr>-->
<!-- </div>-->
<!-- <div class="col"> </div>-->
<!-- </div>-->
<br>
<div class="row"> <div class="row">
<div class="col"></div> <div class="col"></div>
<div class="col d-flex justify-content-center"> <div class="col d-flex justify-content-center">
...@@ -150,22 +128,17 @@ ...@@ -150,22 +128,17 @@
</div> </div>
<br> <br>
<div class="row"> <div class="row">
<div class="col"></div> <div class="col"></div>
<div class="col d-flex justify-content-center"> <div class="col d-flex justify-content-center">
<div> <div>
<!-- <h4>Media Stream Constraints options</h4>--> <!-- <h4>Media Stream Constraints options</h4>-->
<h6><b> <h6><b>
Echo cancellation: <input type="checkbox" id="echoCancellation"/> Echo cancellation: <input type="checkbox" id="echoCancellation"/>
</b></h6> </b></h6>
</div> </div>
</div> </div>
<div class="col"></div> <div class="col"></div>
</div> </div>
<br> <br>
<div> <div>
...@@ -173,7 +146,6 @@ ...@@ -173,7 +146,6 @@
</div> </div>
</div> </div>
</main><!-- End #main --> </main><!-- End #main -->
...@@ -272,5 +244,4 @@ ...@@ -272,5 +244,4 @@
<script src="assets/js/liveRecorder.js"></script> <script src="assets/js/liveRecorder.js"></script>
</body> </body>
</html> </html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment