Spaces:
Sleeping
Sleeping
Update app.py
Browse filesAdd name of maintainers and contributors to the slidebar.
app.py
CHANGED
|
@@ -11,6 +11,17 @@ with st.sidebar:
|
|
| 11 |
"[How to get your openai API key?](https://elephas.app/blog/how-to-get-chatgpt-api-key-clh93ii2e1642073tpacu6w934j)" ## Mr.Shen: Add a superlink to show how to get an Openai API key
|
| 12 |
"[](https://huggingface.co/TGSAI)"
|
| 13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
|
| 15 |
#### The main layouts start here ####
|
| 16 |
|
|
|
|
| 11 |
"[How to get your openai API key?](https://elephas.app/blog/how-to-get-chatgpt-api-key-clh93ii2e1642073tpacu6w934j)" ## Mr.Shen: Add a superlink to show how to get an Openai API key
|
| 12 |
"[](https://huggingface.co/TGSAI)"
|
| 13 |
|
| 14 |
+
st.markdown("""
|
| 15 |
+
##### Maintainers:
|
| 16 |
+
- Gavin Wu
|
| 17 |
+
- Samuel Moffitt
|
| 18 |
+
|
| 19 |
+
##### Contributors:
|
| 20 |
+
- David Pan
|
| 21 |
+
- Wei Wang
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
""")
|
| 25 |
|
| 26 |
#### The main layouts start here ####
|
| 27 |
|