Skip to content

Commit

Permalink
Set height to 600px; Closes #112
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Jun 4, 2024
1 parent cdf0b0a commit 45ddb35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bioimageio_chatbot/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1251,7 +1251,7 @@ <h3 class="text-center">Welcome to BioImage.IO Chatbot</h3>
}, {
greetings: 'Welcome to the code interpreter debugging console! You can use this console to inspect variables and run Python code in the shared Pyodide environment with the chatbot.',
name: 'Code Interpreter',
height: 200,
height: 600,
prompt: 'Code Interpreter> '
});
}
Expand Down

0 comments on commit 45ddb35

Please sign in to comment.