Spaces:
Runtime error
Runtime error
Oğuzcan Turan commited on
Commit ·
aa8c38a
1
Parent(s): 7f2197d
demo page updated
Browse files
README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
---
|
| 2 |
title: Light Side
|
| 3 |
emoji: ⚡️
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: streamlit
|
| 7 |
sdk_version: 1.10.0
|
| 8 |
app_file: app.py
|
|
|
|
| 1 |
---
|
| 2 |
title: Light Side
|
| 3 |
emoji: ⚡️
|
| 4 |
+
colorFrom: indigo
|
| 5 |
+
colorTo: pink
|
| 6 |
sdk: streamlit
|
| 7 |
sdk_version: 1.10.0
|
| 8 |
app_file: app.py
|
app.py
CHANGED
|
@@ -40,12 +40,14 @@ def main():
|
|
| 40 |
st.sidebar.caption(f"Version: `{ls.__version__}`")
|
| 41 |
st.sidebar.caption(f"License: `{ls.__license__}`")
|
| 42 |
st.sidebar.caption("")
|
| 43 |
-
st.sidebar.caption(f"[Website](https://
|
| 44 |
-
st.sidebar.caption(f"[Docs](https://
|
| 45 |
-
st.sidebar.caption(f"[Github](https://
|
| 46 |
# st.sidebar.caption(f"[Demo Page](https://lnkd.in/dxy-632M)")
|
| 47 |
-
st.sidebar.caption(
|
| 48 |
-
|
|
|
|
|
|
|
| 49 |
st.sidebar.caption("")
|
| 50 |
st.sidebar.caption(ls.__copyright__)
|
| 51 |
|
|
|
|
| 40 |
st.sidebar.caption(f"Version: `{ls.__version__}`")
|
| 41 |
st.sidebar.caption(f"License: `{ls.__license__}`")
|
| 42 |
st.sidebar.caption("")
|
| 43 |
+
st.sidebar.caption(f"[Website](https://canturan10.github.io/light_side/)")
|
| 44 |
+
st.sidebar.caption(f"[Docs](https://light-side.readthedocs.io/)")
|
| 45 |
+
st.sidebar.caption(f"[Github](https://github.com/canturan10/light_side)")
|
| 46 |
# st.sidebar.caption(f"[Demo Page](https://lnkd.in/dxy-632M)")
|
| 47 |
+
st.sidebar.caption(
|
| 48 |
+
f"[Hugging Face](https://huggingface.co/spaces/canturan10/light_side)"
|
| 49 |
+
)
|
| 50 |
+
st.sidebar.caption(f"[Pypi](https://pypi.org/project/light-side/)")
|
| 51 |
st.sidebar.caption("")
|
| 52 |
st.sidebar.caption(ls.__copyright__)
|
| 53 |
|