Create readme.md
Browse files
readme.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# rbo-player
|
| 2 |
+
|
| 3 |
+
This is a simple Flask application that allows users to upload files.
|
| 4 |
+
|
| 5 |
+
## Features
|
| 6 |
+
- A home page with a file upload form.
|
| 7 |
+
- Handles file uploads and provides feedback on the result.
|
| 8 |
+
|
| 9 |
+
## Installation
|
| 10 |
+
|
| 11 |
+
To install and run the application:
|
| 12 |
+
|
| 13 |
+
1. **Clone the repository**:
|
| 14 |
+
```bash
|
| 15 |
+
git clone https://huggingface.co/Peeble/rbo-player
|
| 16 |
+
cd rbo-player
|