Backend more

This commit is contained in:
Patrick_Pluto 2024-09-16 14:24:22 +02:00
parent 43043a08e9
commit 1fe4a6dafe
2 changed files with 22 additions and 15 deletions

View file

@ -79,11 +79,11 @@
</div>
<!-- Input section: Where user input is provided -->
<div class="input">
<input type="text" placeholder="Type your message here..." />
<button><img src="/static/img/microphone.svg" alt="microphone"></button>
<button>Send</button>
</div>
<form class="input" method="POST" action="">
<input type="text" name="name" placeholder="Type your message here..." />
<button type="submit" name="option" value="voice"><img src="/static/img/microphone.svg" alt="microphone"></button>
<button type="submit" name="option" value="chat">Send</button>
</form>
</div>
</body>