cogcorp commited on
Commit
03bef98
·
1 Parent(s): d9ac531

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -152,8 +152,8 @@ def question_answer(urls, file, question):
152
 
153
  return generate_answer(question)
154
 
155
- title = 'Cognitive AI Agent - Asks the Experyt'
156
- description = """ This cognitive agent allows you to chat with your PDF files as a single corpus of knowledge. Add your relevant PDFs to a zip file and upload. """
157
 
158
  iface = gr.Interface(
159
  fn=question_answer,
 
152
 
153
  return generate_answer(question)
154
 
155
+ title = 'Cognitive AI Agent - Asks the Expert'
156
+ description = """ This cognitive agent allows you to chat with your PDF files as a single corpus of knowledge. Add your relevant PDFs to a zip file and upload. 🛑PROOF OF CONCEPT🛑 """
157
 
158
  iface = gr.Interface(
159
  fn=question_answer,