harichselvamc commited on
Commit
97cca23
Β·
1 Parent(s): 9492b5a

Updated Space configuration

Browse files
Files changed (1) hide show
  1. README.md +26 -6
README.md CHANGED
@@ -1,11 +1,31 @@
1
  ---
2
- title: Flasktry
3
- emoji: 🐒
4
- colorFrom: green
5
- colorTo: purple
6
  sdk: docker
7
  app_port: 7860
8
- pinned: false
 
 
 
 
 
 
 
 
 
9
  ---
10
 
11
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: FlaskTry Application
3
+ emoji: πŸš€
4
+ colorFrom: indigo
5
+ colorTo: blue
6
  sdk: docker
7
  app_port: 7860
8
+ python_version: 3.9
9
+ short_description: A Flask-based application hosted on Hugging Face Spaces.
10
+ tags:
11
+ - flask
12
+ - docker
13
+ - web-application
14
+ pinned: true
15
+ thumbnail: https://huggingface.co/front/thumbnails/flask.png
16
+ fullWidth: true
17
+ header: default
18
  ---
19
 
20
+ # FlaskTry Application
21
+
22
+ This is a Flask-based application designed to manage file uploads and user accounts. Built with Flask and SQLite, it runs seamlessly on Docker in Hugging Face Spaces.
23
+
24
+ ## Features
25
+ - User authentication (Admin, Staff, Student roles)
26
+ - File uploads with metadata
27
+ - Bookmark functionality
28
+ - CRUD operations for users and files
29
+ - Dockerized deployment
30
+
31
+ Visit the Space and interact with the app in real-time! πŸš€