Nu sätts titeln på rullgardinsmenyn till det element som valts i denna. Lade till viewport för att underlätta för olika webklienter.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Ollama Chat</title>
|
||||
<link rel="stylesheet" href="/css/clientstyle.css">
|
||||
<!-- <link rel="stylesheet" href="python_test/smartassist/src/css/clientstyle.css"> -->
|
||||
@@ -11,9 +12,13 @@
|
||||
<h1>Ollama Chat</h1>
|
||||
|
||||
<!-- Add the dropdown menu here -->
|
||||
<div class="dropdown">
|
||||
<!-- <div class="dropdown">
|
||||
<button class="dropbtn">Select Endpoint/LLM</button>
|
||||
<div class="dropdown-content" id="endpoint-dropdown"></div>
|
||||
</div> -->
|
||||
<div class="dropdown">
|
||||
<button class="dropbtn" id="selected-endpoint">Select Endpoint/LLM</button>
|
||||
<div class="dropdown-content" id="endpoint-dropdown"></div>
|
||||
</div>
|
||||
|
||||
<div id="chatbox">
|
||||
|
||||
Reference in New Issue
Block a user