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