Akseltinfat commited on
Commit
505c594
·
verified ·
1 Parent(s): 32c392c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ iface = gr.Interface(
40
  live=True,
41
  title="Tifinagh Converter",
42
  description="<center>Convert text between Tifinagh and Latin scripts.</center>", # Centering the description
43
- theme=gr.themes.Default() # Updated theme
44
  )
45
 
46
  iface.launch()
 
40
  live=True,
41
  title="Tifinagh Converter",
42
  description="<center>Convert text between Tifinagh and Latin scripts.</center>", # Centering the description
43
+ theme=gr.themes.Glass() # Updated theme
44
  )
45
 
46
  iface.launch()