Spaces:
Sleeping
Sleeping
salomonsky
commited on
Commit
路
c91d9d5
1
Parent(s):
9f11c36
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ iface = gr.Interface(
|
|
63 |
inputs=[name_input, birth_date_input],
|
64 |
outputs=outputs,
|
65 |
layout="vertical",
|
66 |
-
theme="
|
67 |
)
|
68 |
|
69 |
iface.launch()
|
|
|
63 |
inputs=[name_input, birth_date_input],
|
64 |
outputs=outputs,
|
65 |
layout="vertical",
|
66 |
+
theme="dark"
|
67 |
)
|
68 |
|
69 |
iface.launch()
|