Remove default values

This commit is contained in:
henryruhs
2025-01-14 13:15:34 +01:00
parent 0553ef4766
commit 2d95e409cb
7 changed files with 8 additions and 8 deletions

View File

@@ -194,4 +194,4 @@ def get_theme() -> gradio.Theme:
def get_css() -> str:
overrides_css_path = resolve_relative_path('uis/assets/overrides.css')
return open(overrides_css_path, 'r').read()
return open(overrides_css_path).read()