ansfarooq7 commited on
Commit
aac414e
1 Parent(s): 565f842

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -26
README.md CHANGED
@@ -1,27 +1,26 @@
1
- # Guidance
2
- This is a suggested template for a project. You can modify it as you please, but
3
- but remember to keep:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
 
5
- * a timelog, updated regularly in the `timelog.md` format;
6
- * all source under version control;
7
- * data well organised and with appropriate ethical approval (for human subject data);
8
-
9
- Here's an overview of the structure as it stands:
10
-
11
- * `timelog.md` The time log for your project.
12
- * `plan.md` A skeleton week-by-week plan for the project.
13
- * `data/` data you acquire during the project
14
- * `src/` source code for your project
15
- * `status_report/` the status report submitted in December
16
- * `meetings/` Records of the meetings you have during the project.
17
- * `dissertation/` source and for your project dissertation
18
- * `presentation/` your presentation
19
-
20
- * Make sure you add a `.gitignore` or similar for your VCS for the tools you are using!
21
- * Add any appropriate continuous integration (e.g. Travis CI) in this directory.
22
-
23
- * Remove this `readme.md` file from any repository and replace it with something more appropriate!
24
-
25
- ## Important
26
- * It should be easy to rebuild and run your project and your dissertation
27
- * Include clear instructions in the relevant directories to make this possible
1
+ ---
2
+ title: Limerick Generation
3
+ emoji: 🧝
4
+ colorFrom: indigo
5
+ colorTo: pink
6
+ sdk: gradio
7
+ app_file: app.py
8
+ pinned: false
9
+ ---
10
+ # Configuration
11
+ `title`: _string_
12
+ Display title for the Space
13
+ `emoji`: _string_
14
+ Space emoji (emoji-only character allowed)
15
+ `colorFrom`: _string_
16
+ Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)
17
+ `colorTo`: _string_
18
+ Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)
19
+ `sdk`: _string_
20
+ Can be either `gradio` or `streamlit`
21
+ `app_file`: _string_
22
+ Path to your main application file (which contains either `gradio` or `streamlit` Python code).
23
+ Path is relative to the root of the repository.
24
 
25
+ `pinned`: _boolean_
26
+ Whether the Space stays on top of your list.