NimaKL commited on
Commit
911d037
·
verified ·
1 Parent(s): 7044d5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -11
app.py CHANGED
@@ -978,19 +978,9 @@ def main():
978
  input_border_color="#219ebc",
979
  input_border_width="1px",
980
  button_primary_background_fill="#ffb703",
981
- button_primary_background_fill_dark="#fb8500",
982
- button_primary_text_color="#ffffff",
983
  button_secondary_background_fill="#219ebc",
984
- button_secondary_text_color="#ffffff",
985
  background_fill_primary="#ffffff",
986
- background_fill_secondary="#f9fafc",
987
- text_color="#333333",
988
- color_accent_soft="#8ecae6",
989
- color_accent="#219ebc",
990
- error_background_fill="#fca5a5",
991
- error_text_color="#dc2626",
992
- success_background_fill="#4caf50",
993
- success_text_color="#ffffff"
994
  )
995
 
996
  with gr.Blocks(title="Let's Talk - Question Recommender", theme=theme, css=custom_css) as iface:
 
978
  input_border_color="#219ebc",
979
  input_border_width="1px",
980
  button_primary_background_fill="#ffb703",
 
 
981
  button_secondary_background_fill="#219ebc",
 
982
  background_fill_primary="#ffffff",
983
+ background_fill_secondary="#f9fafc"
 
 
 
 
 
 
 
984
  )
985
 
986
  with gr.Blocks(title="Let's Talk - Question Recommender", theme=theme, css=custom_css) as iface: