Update app.py
Browse files
app.py
CHANGED
@@ -144,7 +144,7 @@ def append_file(file_path, content):
|
|
144 |
return "Error occurred while appending to file."
|
145 |
|
146 |
|
147 |
-
title = """<h1 align="center">
|
148 |
description = """
|
149 |
## ChatGPT Datasets 📚
|
150 |
- WebText
|
|
|
144 |
return "Error occurred while appending to file."
|
145 |
|
146 |
|
147 |
+
title = """<h1 align="center">Wikipedia Twitter ChatGPT Memory Chat</h1>"""
|
148 |
description = """
|
149 |
## ChatGPT Datasets 📚
|
150 |
- WebText
|