Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
)
|