Skip to content

Commit

Permalink
ui tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
nor0x committed Sep 8, 2024
1 parent da6d2ed commit bb80ea2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion WahlGPT.Web/Pages/Home.razor
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<ul class="actions special">
<li>
<textarea class="question-input" type="text" placeholder="Deine Frage zu den Wahlprogrammen?"
<textarea class="question-input" type="text" placeholder="Deine Frage zum Wahlprogramm?"
@oninput="QuestionChanged" />
<ul class="parties-list">
@foreach (var party in _parties)
Expand Down Expand Up @@ -135,6 +135,7 @@
<strong>Antwortgenerierung (Augmented Generation):</strong> Das LLM verarbeitet die gefundenen Informationen und formuliert eine verständliche Antwort.
</p>
<p>Durch diese Kombination von Suche und Textgenerierung kann das LLM präzise und nützliche Antworten auf deine Fragen zu Wahlprogrammen geben. Du erhältst schnell klare Informationen, ohne die gesamten Texte selbst durchsuchen zu müssen.</p>
<p>der Code von WahlGPT ist open-source und auf <strong><a class="content-link-a" href="https://github.com/nor0x/wahlgpt" target="_blank">GitHub</a></strong> verfügbar.</p>
</div>
</div>
</div>
Expand Down
4 changes: 4 additions & 0 deletions WahlGPT.Web/wwwroot/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,10 @@ span:nth-child(3) {
height:200px;
}

.content-link-a {
border-bottom-color: rgb(70 70 70 / 50%);
}

/* BLAZOR */


Expand Down

0 comments on commit bb80ea2

Please sign in to comment.