mertkarabacak commited on
Commit
38e79b7
1 Parent(s): b4bc64e

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -354,7 +354,7 @@ with gr.Blocks(title = "NTDB-Epidural") as demo:
354
 
355
  Mechanism_of_Injury = gr.Dropdown(label = "Mechanism of Injury", choices = unique_MECHANISM, type = 'index', value = 'Fall')
356
 
357
- Protective_Device = gr.Dropdown(label = "Protective Device", choices = xxx, type = 'index', value = 'None')
358
 
359
  WorkRelated = gr.Dropdown(label = "Work-Related", choices = unique_PROTDEV, type = 'index', value = 'No')
360
 
 
354
 
355
  Mechanism_of_Injury = gr.Dropdown(label = "Mechanism of Injury", choices = unique_MECHANISM, type = 'index', value = 'Fall')
356
 
357
+ Protective_Device = gr.Dropdown(label = "Protective Device", choices = unique_PROTDEV, type = 'index', value = 'None')
358
 
359
  WorkRelated = gr.Dropdown(label = "Work-Related", choices = unique_PROTDEV, type = 'index', value = 'No')
360