MrJShen commited on
Commit
3d36732
·
1 Parent(s): dfffa12

Update app.py

Browse files

Add name of maintainers and contributors to the slidebar.

Files changed (1) hide show
  1. app.py +11 -0
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
  "[![Visit out Huggingface Space](https://huggingface.co/datasets/huggingface/badges/raw/main/powered-by-huggingface-light.svg)](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
  "[![Visit out Huggingface Space](https://huggingface.co/datasets/huggingface/badges/raw/main/powered-by-huggingface-light.svg)](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