changing theme
Browse files
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 |
|