awacke1 commited on
Commit
6c3489e
·
verified ·
1 Parent(s): 654825b

Update mycomponent/index.html

Browse files
Files changed (1) hide show
  1. mycomponent/index.html +1 -0
mycomponent/index.html CHANGED
@@ -120,6 +120,7 @@
120
 
121
  // Update the hidden input value
122
  document.getElementById('streamlit-data').value = fullTranscript;
 
123
  }
124
  lastUpdateTime = Date.now();
125
  }
 
120
 
121
  // Update the hidden input value
122
  document.getElementById('streamlit-data').value = fullTranscript;
123
+ myInput.value = fullTranscript;
124
  }
125
  lastUpdateTime = Date.now();
126
  }