Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -135,7 +135,7 @@ if "chat_history" not in st.session_state:
|
|
| 135 |
# ==============================
|
| 136 |
with st.sidebar:
|
| 137 |
st.title("π¦
Controls")
|
| 138 |
-
mode = st.radio("Mode", ["π£οΈ Chat", "π Search"], index=0, label_visibility="collapsed")
|
| 139 |
st.divider()
|
| 140 |
|
| 141 |
if st.button("ποΈ Clear Screen", use_container_width=True):
|
|
|
|
| 135 |
# ==============================
|
| 136 |
with st.sidebar:
|
| 137 |
st.title("π¦
Controls")
|
| 138 |
+
mode = st.radio("Mode", ["π£οΈ Chat with The Message", "π Search The Word"], index=0, label_visibility="collapsed")
|
| 139 |
st.divider()
|
| 140 |
|
| 141 |
if st.button("ποΈ Clear Screen", use_container_width=True):
|