Spaces:
Runtime error
Runtime error
Title typo
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ text_reader_type = text_reader_types['deberta-large']
|
|
12 |
table_reader_type = table_reader_types['tapas']
|
13 |
pipeline = create_readers_and_pipeline(retriever, text_reader_type, table_reader_type, True, True)
|
14 |
|
15 |
-
title = "Welcome to the BounWiki: The Question Answering
|
16 |
|
17 |
head = '''
|
18 |
This engine uses information from the Bogazici University Website to answer questions about different areas such as:
|
|
|
12 |
table_reader_type = table_reader_types['tapas']
|
13 |
pipeline = create_readers_and_pipeline(retriever, text_reader_type, table_reader_type, True, True)
|
14 |
|
15 |
+
title = "Welcome to the BounWiki: The Question Answering Engine for Bogazici Students!"
|
16 |
|
17 |
head = '''
|
18 |
This engine uses information from the Bogazici University Website to answer questions about different areas such as:
|