"...resnet50_tensorflow.git" did not exist on "ad34b621b0fdecc323473bf7e4367c13f1ab1c4d"
Commit c9137edf authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

refac

parent d11c373c
...@@ -297,9 +297,11 @@ ...@@ -297,9 +297,11 @@
const submitPrompt = async (userPrompt, _user = null) => { const submitPrompt = async (userPrompt, _user = null) => {
// Reset chat input textarea // Reset chat input textarea
prompt = ''; document.getElementById('chat-textarea').value = '';
document.getElementById('chat-textarea').style.height = ''; document.getElementById('chat-textarea').style.height = '';
prompt = '';
let _responses = []; let _responses = [];
console.log('submitPrompt', $chatId); console.log('submitPrompt', $chatId);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment