Update app.py
Browse files
app.py
CHANGED
@@ -40,9 +40,6 @@ demo = gr.Interface(
|
|
40 |
example=[
|
41 |
["A vulnerability has been found in cfire24 ajaxlife up to 0.3.2 and classified as problematic. This vulnerability affects unknown code. The manipulation leads to cross site scripting. The attack can be initiated remotely. Upgrading to version 0.3.3 is able to address this issue. "],
|
42 |
]
|
43 |
-
example2=[
|
44 |
-
["A testtt vulnerability has been found in cfire24 ajaxlife up to 0.3.2 and classified as problematic. This vulnerability affects unknown code. The manipulation leads to cross site scripting. The attack can be initiated remotely. Upgrading to version 0.3.3 is able to address this issue. "],
|
45 |
-
]
|
46 |
)
|
47 |
|
48 |
if __name__ == "__main__":
|
|
|
40 |
example=[
|
41 |
["A vulnerability has been found in cfire24 ajaxlife up to 0.3.2 and classified as problematic. This vulnerability affects unknown code. The manipulation leads to cross site scripting. The attack can be initiated remotely. Upgrading to version 0.3.3 is able to address this issue. "],
|
42 |
]
|
|
|
|
|
|
|
43 |
)
|
44 |
|
45 |
if __name__ == "__main__":
|