Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
soberbichler authored Dec 2, 2024
1 parent a744fc2 commit 76d35ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ <h5 class="card-title">Module 4: Transformer Models for Semantic Search</h5>
<div class="card-body d-flex flex-column">
<h5 class="card-title">Module 5: Large Language Models for Article Extraction and Post-OCR Correction</h5>
<p class="card-text">In this module, we'll explore how Open-Access LLMs can be used for complex NLP tasks.</p>
<a href="#" class="btn btn-primary mt-auto" onclick="toggleModule('module2')">View Details</a>
<a href="modules/module_5.html" class="btn btn-primary mt-auto" onclick="toggleModule('module2')">View Details</a>
<p class="card-date mt-2 text-end">December 6, 2024</p>
</div>
</div>
Expand Down

0 comments on commit 76d35ad

Please sign in to comment.