alx-d commited on
Commit
4e66e59
·
verified ·
1 Parent(s): 64dd3e0

Update philosophy.py

Browse files
Files changed (1) hide show
  1. philosophy.py +1 -1
philosophy.py CHANGED
@@ -98,7 +98,7 @@ def data_querying(input_text):
98
  iface = gr.Interface(fn=data_querying,
99
  inputs=gr.components.Textbox(lines=20, label="Enter your question"),
100
  outputs=gr.components.Textbox(lines=25, label="Response", style="height: 400px; overflow-y: scroll;"),
101
- title="Philosophy GPT - Aristotle Complete Works: https://www.rauterberg.employee.id.tue.nl/lecturenotes/DDM110%20CAS/Aristotle-320BC%20The%20Complete%20Works.pdf")
102
 
103
  #passes in data directory
104
  index = data_ingestion_indexing("books-philosophy")
 
98
  iface = gr.Interface(fn=data_querying,
99
  inputs=gr.components.Textbox(lines=20, label="Enter your question"),
100
  outputs=gr.components.Textbox(lines=25, label="Response", style="height: 400px; overflow-y: scroll;"),
101
+ title="Legi GPT - Monitorul oficial 25.06 - 5.07.2024, 157 pdfs, 150mb")
102
 
103
  #passes in data directory
104
  index = data_ingestion_indexing("books-philosophy")