Spaces:
Runtime error
Runtime error
harpreetsahota
commited on
Commit
•
92e8656
1
Parent(s):
7b1e8fd
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ chain_type_kwargs = {"prompt": prompt}
|
|
52 |
|
53 |
@cl.author_rename
|
54 |
def rename(orig_author: str):
|
55 |
-
rename_dict = {"RetrievalQA": "
|
56 |
return rename_dict.get(orig_author, orig_author)
|
57 |
|
58 |
@cl.on_chat_start
|
|
|
52 |
|
53 |
@cl.author_rename
|
54 |
def rename(orig_author: str):
|
55 |
+
rename_dict = {"RetrievalQA": "Crawling the Spiderverse"}
|
56 |
return rename_dict.get(orig_author, orig_author)
|
57 |
|
58 |
@cl.on_chat_start
|