Srinivasulu kethanaboina commited on
Commit
3da3cd7
·
verified ·
1 Parent(s): ff9450e

Update index.html

Browse files
Files changed (1) hide show
  1. 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://srinuksv-srunu.hf.space/'; // Replace with your Gradio chatbot URL
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: