melissachall commited on
Commit
cb53ac2
·
verified ·
1 Parent(s): 95f0451

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -887,7 +887,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css, title="APT Classification System
887
 
888
  with gr.Tab("File Upload"):
889
  file_input = gr.File(
890
- file_types=[".txt", ".log", ".json", ".csv"],
891
  label="Upload Threat Intelligence Report",
892
  file_count="single"
893
  )
 
887
 
888
  with gr.Tab("File Upload"):
889
  file_input = gr.File(
890
+ file_types=[".txt", ".log", ".json", ".csv",".pdf"],
891
  label="Upload Threat Intelligence Report",
892
  file_count="single"
893
  )