barunsaha commited on
Commit
15da154
Β·
1 Parent(s): a766d9c

Update icons and project description

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +8 -2
  2. bootstrap-icons-1.11.3/png128/bank2.png +0 -0
  3. bootstrap-icons-1.11.3/png128/flower3.png +0 -0
  4. global_config.py +1 -1
  5. {bootstrap-icons-1.11.3 β†’ icons}/png128/0-circle.png +0 -0
  6. {bootstrap-icons-1.11.3 β†’ icons}/png128/1-circle.png +0 -0
  7. {bootstrap-icons-1.11.3 β†’ icons}/png128/123.png +0 -0
  8. {bootstrap-icons-1.11.3 β†’ icons}/png128/2-circle.png +0 -0
  9. {bootstrap-icons-1.11.3 β†’ icons}/png128/3-circle.png +0 -0
  10. {bootstrap-icons-1.11.3 β†’ icons}/png128/4-circle.png +0 -0
  11. {bootstrap-icons-1.11.3 β†’ icons}/png128/5-circle.png +0 -0
  12. {bootstrap-icons-1.11.3 β†’ icons}/png128/6-circle.png +0 -0
  13. {bootstrap-icons-1.11.3 β†’ icons}/png128/7-circle.png +0 -0
  14. {bootstrap-icons-1.11.3 β†’ icons}/png128/8-circle.png +0 -0
  15. {bootstrap-icons-1.11.3 β†’ icons}/png128/9-circle.png +0 -0
  16. {bootstrap-icons-1.11.3 β†’ icons}/png128/activity.png +0 -0
  17. {bootstrap-icons-1.11.3 β†’ icons}/png128/airplane.png +0 -0
  18. {bootstrap-icons-1.11.3 β†’ icons}/png128/alarm.png +0 -0
  19. {bootstrap-icons-1.11.3 β†’ icons}/png128/alphabet.png +0 -0
  20. {bootstrap-icons-1.11.3 β†’ icons}/png128/amazon.png +0 -0
  21. bootstrap-icons-1.11.3/png128/android2.png β†’ icons/png128/android.png +0 -0
  22. {bootstrap-icons-1.11.3 β†’ icons}/png128/apple.png +0 -0
  23. {bootstrap-icons-1.11.3 β†’ icons}/png128/archive.png +0 -0
  24. icons/png128/artificial-intelligence-brain.png +0 -0
  25. {bootstrap-icons-1.11.3 β†’ icons}/png128/award-fill.png +0 -0
  26. {bootstrap-icons-1.11.3 β†’ icons}/png128/award.png +0 -0
  27. {bootstrap-icons-1.11.3 β†’ icons}/png128/balloon.png +0 -0
  28. {bootstrap-icons-1.11.3 β†’ icons}/png128/ban.png +0 -0
  29. {bootstrap-icons-1.11.3 β†’ icons}/png128/bandaid.png +0 -0
  30. {bootstrap-icons-1.11.3 β†’ icons}/png128/bank.png +0 -0
  31. {bootstrap-icons-1.11.3 β†’ icons}/png128/bar-chart-line.png +0 -0
  32. {bootstrap-icons-1.11.3 β†’ icons}/png128/basket.png +0 -0
  33. {bootstrap-icons-1.11.3 β†’ icons}/png128/battery-charging.png +0 -0
  34. {bootstrap-icons-1.11.3 β†’ icons}/png128/bell-slash.png +0 -0
  35. {bootstrap-icons-1.11.3 β†’ icons}/png128/bell.png +0 -0
  36. {bootstrap-icons-1.11.3 β†’ icons}/png128/bicycle.png +0 -0
  37. {bootstrap-icons-1.11.3 β†’ icons}/png128/bing.png +0 -0
  38. {bootstrap-icons-1.11.3 β†’ icons}/png128/binoculars.png +0 -0
  39. {bootstrap-icons-1.11.3 β†’ icons}/png128/bluetooth.png +0 -0
  40. {bootstrap-icons-1.11.3 β†’ icons}/png128/book.png +0 -0
  41. {bootstrap-icons-1.11.3 β†’ icons}/png128/bookmark.png +0 -0
  42. {bootstrap-icons-1.11.3 β†’ icons}/png128/bootstrap.png +0 -0
  43. {bootstrap-icons-1.11.3 β†’ icons}/png128/briefcase.png +0 -0
  44. {bootstrap-icons-1.11.3 β†’ icons}/png128/broadcast-pin.png +0 -0
  45. {bootstrap-icons-1.11.3 β†’ icons}/png128/browser-chrome.png +0 -0
  46. {bootstrap-icons-1.11.3 β†’ icons}/png128/browser-edge.png +0 -0
  47. {bootstrap-icons-1.11.3 β†’ icons}/png128/browser-firefox.png +0 -0
  48. {bootstrap-icons-1.11.3 β†’ icons}/png128/browser-safari.png +0 -0
  49. {bootstrap-icons-1.11.3 β†’ icons}/png128/brush.png +0 -0
  50. {bootstrap-icons-1.11.3 β†’ icons}/png128/bucket.png +0 -0
README.md CHANGED
@@ -41,10 +41,16 @@ A history of instructions is maintained.
41
  Clicking on the button will download the file.
42
 
43
 
 
 
 
 
 
 
 
44
  # Known Issues
45
 
46
- - **Connection timeout**: Requests sent to the Hugging Face Inference endpoint might time out.
47
- A maximum of five retries are attempted. If it still does not work, wait for a while and try again.
48
 
49
  The following is not an issue but might appear as a strange behavior:
50
  - **Cannot paste text in the input box**: If the length of the copied text is greater than the maximum
 
41
  Clicking on the button will download the file.
42
 
43
 
44
+ # Icons
45
+
46
+ SlideDeck AI uses a subset of icons from [bootstrap-icons-1.11.3](https://github.com/twbs/icons)
47
+ (MIT license) in the slides. A few icons from [SVG Repo](https://www.svgrepo.com/collection/future-technology-2/)
48
+ (CC0 license) are also used.
49
+
50
+
51
  # Known Issues
52
 
53
+ - **Connection timeout**: Requests sent to the Hugging Face Inference endpoint might time out. If it still does not work, wait for a while and try again.
 
54
 
55
  The following is not an issue but might appear as a strange behavior:
56
  - **Cannot paste text in the input box**: If the length of the copied text is greater than the maximum
bootstrap-icons-1.11.3/png128/bank2.png DELETED
Binary file (1.29 kB)
 
bootstrap-icons-1.11.3/png128/flower3.png DELETED
Binary file (3.31 kB)
 
global_config.py CHANGED
@@ -35,7 +35,7 @@ class GlobalConfig:
35
  REFINEMENT_PROMPT_TEMPLATE = 'langchain_templates/chat_prompts/refinement_template_v4_two_cols_img.txt'
36
 
37
  LLM_PROGRESS_MAX = 90
38
- ICONS_DIR = 'bootstrap-icons-1.11.3/png128/'
39
 
40
  PPTX_TEMPLATE_FILES = {
41
  'Basic': {
 
35
  REFINEMENT_PROMPT_TEMPLATE = 'langchain_templates/chat_prompts/refinement_template_v4_two_cols_img.txt'
36
 
37
  LLM_PROGRESS_MAX = 90
38
+ ICONS_DIR = 'icons/png128/'
39
 
40
  PPTX_TEMPLATE_FILES = {
41
  'Basic': {
{bootstrap-icons-1.11.3 β†’ icons}/png128/0-circle.png RENAMED
File without changes
{bootstrap-icons-1.11.3 β†’ icons}/png128/1-circle.png RENAMED
File without changes
{bootstrap-icons-1.11.3 β†’ icons}/png128/123.png RENAMED
File without changes
{bootstrap-icons-1.11.3 β†’ icons}/png128/2-circle.png RENAMED
File without changes
{bootstrap-icons-1.11.3 β†’ icons}/png128/3-circle.png RENAMED
File without changes
{bootstrap-icons-1.11.3 β†’ icons}/png128/4-circle.png RENAMED
File without changes
{bootstrap-icons-1.11.3 β†’ icons}/png128/5-circle.png RENAMED
File without changes
{bootstrap-icons-1.11.3 β†’ icons}/png128/6-circle.png RENAMED
File without changes
{bootstrap-icons-1.11.3 β†’ icons}/png128/7-circle.png RENAMED
File without changes
{bootstrap-icons-1.11.3 β†’ icons}/png128/8-circle.png RENAMED
File without changes
{bootstrap-icons-1.11.3 β†’ icons}/png128/9-circle.png RENAMED
File without changes
{bootstrap-icons-1.11.3 β†’ icons}/png128/activity.png RENAMED
File without changes
{bootstrap-icons-1.11.3 β†’ icons}/png128/airplane.png RENAMED
File without changes
{bootstrap-icons-1.11.3 β†’ icons}/png128/alarm.png RENAMED
File without changes
{bootstrap-icons-1.11.3 β†’ icons}/png128/alphabet.png RENAMED
File without changes
{bootstrap-icons-1.11.3 β†’ icons}/png128/amazon.png RENAMED
File without changes
bootstrap-icons-1.11.3/png128/android2.png β†’ icons/png128/android.png RENAMED
File without changes
{bootstrap-icons-1.11.3 β†’ icons}/png128/apple.png RENAMED
File without changes
{bootstrap-icons-1.11.3 β†’ icons}/png128/archive.png RENAMED
File without changes
icons/png128/artificial-intelligence-brain.png ADDED
{bootstrap-icons-1.11.3 β†’ icons}/png128/award-fill.png RENAMED
File without changes
{bootstrap-icons-1.11.3 β†’ icons}/png128/award.png RENAMED
File without changes
{bootstrap-icons-1.11.3 β†’ icons}/png128/balloon.png RENAMED
File without changes
{bootstrap-icons-1.11.3 β†’ icons}/png128/ban.png RENAMED
File without changes
{bootstrap-icons-1.11.3 β†’ icons}/png128/bandaid.png RENAMED
File without changes
{bootstrap-icons-1.11.3 β†’ icons}/png128/bank.png RENAMED
File without changes
{bootstrap-icons-1.11.3 β†’ icons}/png128/bar-chart-line.png RENAMED
File without changes
{bootstrap-icons-1.11.3 β†’ icons}/png128/basket.png RENAMED
File without changes
{bootstrap-icons-1.11.3 β†’ icons}/png128/battery-charging.png RENAMED
File without changes
{bootstrap-icons-1.11.3 β†’ icons}/png128/bell-slash.png RENAMED
File without changes
{bootstrap-icons-1.11.3 β†’ icons}/png128/bell.png RENAMED
File without changes
{bootstrap-icons-1.11.3 β†’ icons}/png128/bicycle.png RENAMED
File without changes
{bootstrap-icons-1.11.3 β†’ icons}/png128/bing.png RENAMED
File without changes
{bootstrap-icons-1.11.3 β†’ icons}/png128/binoculars.png RENAMED
File without changes
{bootstrap-icons-1.11.3 β†’ icons}/png128/bluetooth.png RENAMED
File without changes
{bootstrap-icons-1.11.3 β†’ icons}/png128/book.png RENAMED
File without changes
{bootstrap-icons-1.11.3 β†’ icons}/png128/bookmark.png RENAMED
File without changes
{bootstrap-icons-1.11.3 β†’ icons}/png128/bootstrap.png RENAMED
File without changes
{bootstrap-icons-1.11.3 β†’ icons}/png128/briefcase.png RENAMED
File without changes
{bootstrap-icons-1.11.3 β†’ icons}/png128/broadcast-pin.png RENAMED
File without changes
{bootstrap-icons-1.11.3 β†’ icons}/png128/browser-chrome.png RENAMED
File without changes
{bootstrap-icons-1.11.3 β†’ icons}/png128/browser-edge.png RENAMED
File without changes
{bootstrap-icons-1.11.3 β†’ icons}/png128/browser-firefox.png RENAMED
File without changes
{bootstrap-icons-1.11.3 β†’ icons}/png128/browser-safari.png RENAMED
File without changes
{bootstrap-icons-1.11.3 β†’ icons}/png128/brush.png RENAMED
File without changes
{bootstrap-icons-1.11.3 β†’ icons}/png128/bucket.png RENAMED
File without changes