Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ app = App.from_config(config={
|
|
33 |
},
|
34 |
})
|
35 |
|
36 |
-
app.add(
|
37 |
|
38 |
def query(message, history):
|
39 |
return app.chat(message)
|
|
|
33 |
},
|
34 |
})
|
35 |
|
36 |
+
app.add('http://www.droit-afrique.com/uploads/Gabon-Code-2019-penal.pdf', data_type='pdf_file')
|
37 |
|
38 |
def query(message, history):
|
39 |
return app.chat(message)
|