Update philosophy.py
Browse files- 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="
|
| 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")
|