salomonsky commited on
Commit
c91d9d5
1 Parent(s): 9f11c36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="darkdefault"
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()