Spaces:
Running
Running
Srinivasulu kethanaboina
commited on
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -204,7 +204,7 @@ function handleUserInput(input) {
|
|
204 |
chatBox.style.display = 'none';
|
205 |
formContainer.style.display = 'none';
|
206 |
chatIcon.style.display = 'none'; // Hide chat icon
|
207 |
-
gradioFrame.src = 'https://
|
208 |
botMessage.textContent = 'Loading Salesforce chatbot...'; // Optional: Notify the user
|
209 |
break;
|
210 |
default:
|
|
|
204 |
chatBox.style.display = 'none';
|
205 |
formContainer.style.display = 'none';
|
206 |
chatIcon.style.display = 'none'; // Hide chat icon
|
207 |
+
gradioFrame.src = 'https://srinukethanaboina-ghj.static.hf.space'; // Replace with your Gradio chatbot URL
|
208 |
botMessage.textContent = 'Loading Salesforce chatbot...'; // Optional: Notify the user
|
209 |
break;
|
210 |
default:
|