Spaces:
Sleeping
Sleeping
Commit
Β·
1aaad7e
1
Parent(s):
d0ed7e8
Updating
Browse files- app.py +1 -1
- chainlit.md +2 -13
app.py
CHANGED
|
@@ -74,7 +74,7 @@ async def on_chat_start():
|
|
| 74 |
files = await cl.AskFileMessage(
|
| 75 |
content="Please upload a Text File file to begin!",
|
| 76 |
accept=["text/plain"],
|
| 77 |
-
max_size_mb=
|
| 78 |
timeout=180,
|
| 79 |
).send()
|
| 80 |
|
|
|
|
| 74 |
files = await cl.AskFileMessage(
|
| 75 |
content="Please upload a Text File file to begin!",
|
| 76 |
accept=["text/plain"],
|
| 77 |
+
max_size_mb=2,
|
| 78 |
timeout=180,
|
| 79 |
).send()
|
| 80 |
|
chainlit.md
CHANGED
|
@@ -1,14 +1,3 @@
|
|
| 1 |
-
# Welcome to
|
| 2 |
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
## Useful Links π
|
| 6 |
-
|
| 7 |
-
- **Documentation:** Get started with our comprehensive [Chainlit Documentation](https://docs.chainlit.io) π
|
| 8 |
-
- **Discord Community:** Join our friendly [Chainlit Discord](https://discord.gg/k73SQ3FyUh) to ask questions, share your projects, and connect with other developers! π¬
|
| 9 |
-
|
| 10 |
-
We can't wait to see what you create with Chainlit! Happy coding! π»π
|
| 11 |
-
|
| 12 |
-
## Welcome screen
|
| 13 |
-
|
| 14 |
-
To modify the welcome screen, edit the `chainlit.md` file at the root of your project. If you do not want a welcome screen, just leave this file empty.
|
|
|
|
| 1 |
+
# Welcome to Chat with Your Text File
|
| 2 |
|
| 3 |
+
With this application, you can chat with an uploaded text file that is smaller than 2MB!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|