From b088e936bc088be0799ca3a8de24f5ced1545f8c Mon Sep 17 00:00:00 2001 From: Rethabile <220455430@mycput.ac.za> Date: Fri, 28 Mar 2025 14:41:06 +0200 Subject: [PATCH] Update index.html Modernized UI: Improved spacing and padding for better readability. Added hover effects for buttons. Enhanced text contrast for readability. Enhanced Buttons: Increased size for better accessibility. Added smooth hover effects. Optimized Input Field: Improved padding and border for a cleaner look. --- public/index.html | 98 ++++++++++++++++++----------------------------- 1 file changed, 38 insertions(+), 60 deletions(-) diff --git a/public/index.html b/public/index.html index 0c2b9ae..3d8c7c4 100644 --- a/public/index.html +++ b/public/index.html @@ -1,58 +1,37 @@ - + +
+ + ++
+This example demonstrates how to query the Houndify SDK using text and - voice requests. The example is built in vanilla JavaScript and can be - ported to other JavaScript frameworks. -
- -- To setup this example, you need to add your Houndify Client ID into the - HTML file. You can get your free Client ID by creating an account on - www.houndify.com. Refer to the - README.md - for more information. + voice requests.
-- Once you have entered in your Client ID, click on the microphone to make - a voice query (ex: "What's the weather in Toronto"), or type it - into the input box and click on the search button. You'll see a JSON - response in the Response JSON box below. -
- -- Click on the Mic and say a voice query, or type in the text query into - the input box. -
+Status:
+Ready to receive input.