NexAddo commited on
Commit
581cf95
·
verified ·
1 Parent(s): a84614d

Update hackaprompt/gradio_app.py

Browse files
Files changed (1) hide show
  1. hackaprompt/gradio_app.py +0 -2
hackaprompt/gradio_app.py CHANGED
@@ -193,7 +193,6 @@ sm_font = GoogleFont("Poppins")
193
  theme = gr.themes.Base(primary_hue="synthminds_primary").set(
194
  background_fill_primary_dark='*primary_50',
195
  background_fill_secondary_dark="*primary_100",
196
- chatbot_code_background_color_dark="*primary_300",
197
  # Stupidly named, but this is the background color for the human messages in the chatbot ui
198
  color_accent_soft_dark="*primary_400",
199
  checkbox_label_background_fill_dark="*primary_500",
@@ -206,7 +205,6 @@ theme = gr.themes.Base(primary_hue="synthminds_primary").set(
206
 
207
  background_fill_primary='*primary_50',
208
  background_fill_secondary="*primary_100",
209
- chatbot_code_background_color="*primary_300",
210
  color_accent_soft="*primary_400",
211
  checkbox_label_background_fill="*primary_500",
212
  checkbox_background_color="*primary_300",
 
193
  theme = gr.themes.Base(primary_hue="synthminds_primary").set(
194
  background_fill_primary_dark='*primary_50',
195
  background_fill_secondary_dark="*primary_100",
 
196
  # Stupidly named, but this is the background color for the human messages in the chatbot ui
197
  color_accent_soft_dark="*primary_400",
198
  checkbox_label_background_fill_dark="*primary_500",
 
205
 
206
  background_fill_primary='*primary_50',
207
  background_fill_secondary="*primary_100",
 
208
  color_accent_soft="*primary_400",
209
  checkbox_label_background_fill="*primary_500",
210
  checkbox_background_color="*primary_300",