Skip to content

Commit

Permalink
Add GitHub Actions workflow for Azure deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
kdmin1325 committed Aug 9, 2024
1 parent 801a6f4 commit 2546487
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

<div class="container">
<div class="row">
<h2>YouTube Summariser</h2>
<h2>YouTube Summariser_test</h2>

</div>

<div class="row">
Expand Down Expand Up @@ -35,14 +36,14 @@

<div class="row">
<div class="mb-3">
<button type="button" id = "summary" class="btn btn-primary" @onclick="SummariseAsync">Summary</button>
<button type="button" class="btn btn-primary" id="summary" @onclick="SummariseAsync">Summarise!</button>
<button type="button" class="btn btn-secondary" @onclick="ClearAsync">Clear!</button>
</div>
</div>

<div class="row">
<div class="mb-3">
<label for="summary" class="form-label"><strong>Summary</strong></label>
<label for="result" class="form-label"><strong>Summary</strong></label>
<textarea class="form-control" id="result" rows="10" placeholder="Result will show here" readonly>@summaryResult</textarea>
</div>
</div>
Expand Down

0 comments on commit 2546487

Please sign in to comment.