Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
-
# streamlit-tutorial
|
2 |
-
[Doc](https://docs.streamlit.io/)
|
3 |
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|