svjack commited on
Commit
5868a10
·
verified ·
1 Parent(s): b68ab8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -182,7 +182,7 @@ with st.sidebar:
182
  st.title("👤 Contributor")
183
  username = st.selectbox(
184
  "Select or type a username",
185
- options=["ritvik77", "facebook", "google", "stabilityai", "Salesforce", "tiiuae", "bigscience"],
186
  index=0
187
  )
188
  st.markdown("<div style='text-align: center; margin: 10px 0;'>OR</div>", unsafe_allow_html=True)
 
182
  st.title("👤 Contributor")
183
  username = st.selectbox(
184
  "Select or type a username",
185
+ options=["svjack","ritvik77", "facebook", "google", "stabilityai", "Salesforce", "tiiuae", "bigscience"],
186
  index=0
187
  )
188
  st.markdown("<div style='text-align: center; margin: 10px 0;'>OR</div>", unsafe_allow_html=True)