Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
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()
|