Add a "Show controls" button to chat UI (#3590)

This commit is contained in:
oobabooga 2023-08-16 02:39:58 -03:00 committed by GitHub
parent 32ff3da941
commit 2a29208224
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 66 additions and 16 deletions

View file

@ -16,6 +16,8 @@ with open(Path(__file__).resolve().parent / '../js/save_files.js', 'r') as f:
save_files_js = f.read()
with open(Path(__file__).resolve().parent / '../js/switch_tabs.js', 'r') as f:
switch_tabs_js = f.read()
with open(Path(__file__).resolve().parent / '../js/show_controls.js', 'r') as f:
show_controls_js = f.read()
refresh_symbol = '🔄'
delete_symbol = '🗑️'