dcavadia commited on
Commit
a7c98bb
·
1 Parent(s): 71a3ad7

update footer style

Browse files
Files changed (1) hide show
  1. src/ui/styles.py +1 -1
src/ui/styles.py CHANGED
@@ -93,7 +93,7 @@ def get_footer_html() -> str:
93
  *Model v{AppConfig.VERSION} • Updated {AppConfig.LAST_UPDATE} • Research by Daniel Cavadia • TEG UCV 2025*
94
 
95
  </div>"""
96
-
97
  def get_model_info_html() -> str:
98
  """Get HTML for model information."""
99
  from ..config.settings import AppConfig
 
93
  *Model v{AppConfig.VERSION} • Updated {AppConfig.LAST_UPDATE} • Research by Daniel Cavadia • TEG UCV 2025*
94
 
95
  </div>"""
96
+ # Force rebuild
97
  def get_model_info_html() -> str:
98
  """Get HTML for model information."""
99
  from ..config.settings import AppConfig