m-ric HF staff commited on
Commit
d121639
1 Parent(s): 7a70688

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -329,7 +329,7 @@ def get_beam_search_html(input_text, number_steps, number_beams):
329
 
330
  with gr.Blocks(
331
  theme=gr.themes.Soft(
332
- text_size="lg", font=["monospace"], primary_hue=gr.themes.colors.green
333
  ),
334
  css=STYLE,
335
  ) as demo:
 
329
 
330
  with gr.Blocks(
331
  theme=gr.themes.Soft(
332
+ text_size="lg", font=["monospace"], primary_hue=gr.themes.colors.orange
333
  ),
334
  css=STYLE,
335
  ) as demo: