Spaces:
Paused
Paused
Chris Alexiuk
commited on
Commit
•
2b431c6
1
Parent(s):
e229477
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ chain_type_kwargs = {"prompt": prompt}
|
|
42 |
|
43 |
@cl.author_rename
|
44 |
def rename(orig_author: str):
|
45 |
-
rename_dict = {"RetrievalQA": "
|
46 |
return rename_dict.get(orig_author, orig_author)
|
47 |
|
48 |
@cl.on_chat_start
|
|
|
42 |
|
43 |
@cl.author_rename
|
44 |
def rename(orig_author: str):
|
45 |
+
rename_dict = {"RetrievalQA": "the Rubilab Records"}
|
46 |
return rename_dict.get(orig_author, orig_author)
|
47 |
|
48 |
@cl.on_chat_start
|