Adapting commited on
Commit
f5a3731
·
1 Parent(s): 68c1b6b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -29
README.md CHANGED
@@ -1,30 +1,14 @@
1
- # streamlit-tutorial
2
- [Doc](https://docs.streamlit.io/)
3
 
4
- # Usage
5
- 1. install:
6
- ```
7
- pip install -r requirements.txt
8
- ```
9
- 2. run:
10
- ```
11
- streamlit run xxx.py
12
- ```
13
-
14
- An example:
15
- ```
16
- streamlit run multi-page_apps/home.py
17
- ```
18
-
19
- # Deployment
20
- After you’ve built a Streamlit app, it's time to share it! To show it off to the world you can use Streamlit Cloud to deploy, manage, and share your app for free.
21
-
22
- It works in 3 simple steps:
23
-
24
- Put your app in a public GitHub repo (and make sure it has a requirements.txt!)
25
-
26
- Sign into share.streamlit.io
27
-
28
- Click 'Deploy an app' and then paste in your GitHub URL
29
-
30
- That's it! 🎈 You now have a publicly deployed app that you can share with the world. Click to learn more about how to use Streamlit Cloud.
 
 
 
1
 
2
+ ---
3
+ title: Literature Research Tool
4
+ emoji: 📉
5
+ colorFrom: indigo
6
+ colorTo: blue
7
+ sdk: streamlit
8
+ sdk_version: 1.10.0
9
+ app_file: app.py
10
+ pinned: false
11
+ license: mit
12
+ ---
13
+
14
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference