shubhamofbce commited on
Commit
34e1907
1 Parent(s): 19db356

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -609,7 +609,7 @@ with gr.Blocks( # noqa: SIM117
609
  if attr in ["all", "name", "expand"] or attr.startswith("_"):
610
  continue
611
  final_theme_attr = (
612
- "c"
613
  + "_"
614
  + (attr[1:] if source_class == gr.themes.Color else attr)
615
  )
 
609
  if attr in ["all", "name", "expand"] or attr.startswith("_"):
610
  continue
611
  final_theme_attr = (
612
+ value_name.split("_")[0]
613
  + "_"
614
  + (attr[1:] if source_class == gr.themes.Color else attr)
615
  )