amurienne commited on
Commit
d3ee456
·
verified ·
1 Parent(s): e608e98

changing theme

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def update_labels(direction, input_text, output_text):
33
  else:
34
  return gr.Textbox(output_text, label="French"), gr.Textbox(input_text, label="Breton")
35
 
36
- with gr.Blocks() as demo:
37
 
38
  gr.Markdown("# Gallek French ↔️ Breton Translation Demo")
39
 
 
33
  else:
34
  return gr.Textbox(output_text, label="French"), gr.Textbox(input_text, label="Breton")
35
 
36
+ with gr.Blocks(theme=gr.themes.Soft()) as demo:
37
 
38
  gr.Markdown("# Gallek French ↔️ Breton Translation Demo")
39