cecilemacaire commited on
Commit
2235b67
·
verified ·
1 Parent(s): 0851e39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ def process_text(input_text):
70
 
71
 
72
  # Configuration de l'interface Gradio
73
- with gr.Blocks() as demo:
74
  gr.Markdown("# Visualize Pictograms Application")
75
 
76
 
 
70
 
71
 
72
  # Configuration de l'interface Gradio
73
+ with gr.Blocks(theme=gr.themes.Default(primary_hue=gr.themes.colors.red, secondary_hue=gr.themes.colors.pink)) as demo:
74
  gr.Markdown("# Visualize Pictograms Application")
75
 
76