Docfile commited on
Commit
7347b85
·
1 Parent(s): 45d6a43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ app = App.from_config(config={
33
  },
34
  })
35
 
36
- app.add("https://www.forbes.com/profile/elon-musk")
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)