Surn commited on
Commit
04daaa1
·
1 Parent(s): e936ad7

Update for Favicon

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. utils/version_info.py +1 -1
app.py CHANGED
@@ -781,7 +781,7 @@ title = "HexaGrid Creator"
781
  #description = "Customizable Hexagon Grid Image Generator"
782
  examples = [["assets//examples//hex_map_p1.png", 32, 1, 0, 0, 0, 0, 0, "#ede9ac44","#12165380", True]]
783
 
784
- gr.set_static_paths(paths=["images/","images/images","images/prerendered","LUT/","fonts/"])
785
 
786
  # Gradio Blocks Interface
787
  with gr.Blocks(css_paths="style_20250128.css", title=title, theme='Surn/beeuty',delete_cache=(21600,86400)) as hexaGrid:
 
781
  #description = "Customizable Hexagon Grid Image Generator"
782
  examples = [["assets//examples//hex_map_p1.png", 32, 1, 0, 0, 0, 0, 0, "#ede9ac44","#12165380", True]]
783
 
784
+ gr.set_static_paths(paths=["images/","images/images","images/prerendered","LUT/","fonts/","assets/"])
785
 
786
  # Gradio Blocks Interface
787
  with gr.Blocks(css_paths="style_20250128.css", title=title, theme='Surn/beeuty',delete_cache=(21600,86400)) as hexaGrid:
utils/version_info.py CHANGED
@@ -97,7 +97,7 @@ def versions_html():
97
 
98
  # Define the Toggle Dark Mode link with JavaScript
99
  toggle_dark_link = '''
100
- <a href="#" onclick="document.body.classList.toggle('dark'); return false;" style="cursor: pointer; text-decoration: underline; color: #1a0dab;">
101
  Toggle Dark Mode
102
  </a>
103
  '''
 
97
 
98
  # Define the Toggle Dark Mode link with JavaScript
99
  toggle_dark_link = '''
100
+ <a href="#" onclick="document.body.classList.toggle('dark'); return false;" style="cursor: pointer; text-decoration: underline;">
101
  Toggle Dark Mode
102
  </a>
103
  '''