Commit 70d7804a authored by Wandana RAK - IT18227550's avatar Wandana RAK - IT18227550

Merge branch 'feat/it18227550' into 'develop'

style: Corrections of Spelling Mistakes

See merge request !34
parents 3ab4730a 3eaf571e
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
</ol> </ol>
</nav> </nav>
<div class="heading-text heading-section text-center py-3"> <div class="heading-text heading-section text-center py-3">
<h4>Emotion & prosody detection - Audio</h4> <h4>Emotion & Prosody Detection - Audio</h4>
<span class="lead">See what presently think about your presentation</span> <span class="lead">See what presently think about your presentation</span>
</div> </div>
<div class="d-flex"> <div class="d-flex">
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
<div class="d-flex justify-content-center mb-5"> <div class="d-flex justify-content-center mb-5">
<a class="btn btn-primary" href="{% url 'emotionaudioprosody' %}" type="submit">Usage of Prosody of your voice</a> <a class="btn btn-primary" href="{% url 'emotionaudioprosody' %}" type="submit">Usage of Prosody of your voice</a>
<a class="btn btn-outline" href="{% url 'overallfeedback' %}" type="submit">View summery detail</a> <a class="btn btn-outline" href="{% url 'overallfeedback' %}" type="submit">View summary details</a>
</div> </div>
</div> </div>
......
...@@ -11,11 +11,11 @@ ...@@ -11,11 +11,11 @@
</ol> </ol>
</nav> </nav>
<div class="heading-text heading-line text-center mt-5"> <div class="heading-text heading-line text-center mt-5">
<h4>Summery of emotions</h4> <h4>Summary of Emotions</h4>
</div> </div>
<div class="text-center py-4"> <div class="text-center py-4">
<h2>The Most Used Emotion for this session: <span style="color:rgb(25, 143, 216)">{{ maxemotion }}</span></h2> <h2>The Most used Emotion for this session: <span style="color:rgb(25, 143, 216)">{{ maxemotion }}</span></h2>
</div> </div>
<div class="row pb-5"> <div class="row pb-5">
...@@ -31,13 +31,13 @@ ...@@ -31,13 +31,13 @@
<hr/> <hr/>
<div class="heading-text heading-line text-center mt-5"> <div class="heading-text heading-line text-center mt-5">
<h4>Usage of body gestures</h4> <h4>Usage of Body Gestures</h4>
</div> </div>
<h5 class="py-5">Waiting...</h5> <h4 class="py-5">Waiting...</h4>
<div class="d-flex justify-content-center mb-5"> <div class="d-flex justify-content-center mb-5">
<a class="btn btn-outline" href="{% url 'overallfeedback' %}" type="submit">View summery detail</a> <a class="btn btn-outline" href="{% url 'overallfeedback' %}" type="submit">View Summary Detail</a>
</div> </div>
</div> </div>
......
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