manan commited on
Commit
c6cb13b
1 Parent(s): 6bfc2fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,6 +12,6 @@ iface = gr.Interface(
12
  inputs=[input_1, input_2],
13
  outputs=[output_1],
14
  title='Identify Key Phrases in Patient Notes from Medical Licensing Exams',
15
- theme='huggingface', # 'dark'
16
  )
17
  iface.launch()
 
12
  inputs=[input_1, input_2],
13
  outputs=[output_1],
14
  title='Identify Key Phrases in Patient Notes from Medical Licensing Exams',
15
+ theme='dark', # 'dark'
16
  )
17
  iface.launch()