Oğuzcan Turan commited on
Commit
aa8c38a
1 Parent(s): 7f2197d

demo page updated

Browse files
Files changed (2) hide show
  1. README.md +2 -2
  2. app.py +7 -5
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
  title: Light Side
3
  emoji: ⚡️
4
- colorFrom: black
5
- colorTo: white
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://lnkd.in/dKejmaH2)")
44
- st.sidebar.caption(f"[Docs](https://lnkd.in/dt-2T4ZN)")
45
- st.sidebar.caption(f"[Github](https://lnkd.in/dDttpiEG)")
46
  # st.sidebar.caption(f"[Demo Page](https://lnkd.in/dxy-632M)")
47
- st.sidebar.caption(f"[Hugging Face]( https://lnkd.in/d5-VVK62)")
48
- st.sidebar.caption(f"[Pypi](https://lnkd.in/d7eDNb-B)")
 
 
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