Spaces:
Sleeping
Sleeping
Updated app.py
Browse files
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=["
|
| 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=["Gyaneshere", "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)
|