Spaces:
Running
Running
Update mycomponent/index.html
Browse files- 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 |
}
|