Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -82,7 +82,7 @@ col1, col2 = st.columns([3, 1])
|
|
| 82 |
with col1:
|
| 83 |
mode = st.radio(
|
| 84 |
"Select Mode:",
|
| 85 |
-
["🗣️ Chat with
|
| 86 |
horizontal=True,
|
| 87 |
label_visibility="collapsed"
|
| 88 |
)
|
|
|
|
| 82 |
with col1:
|
| 83 |
mode = st.radio(
|
| 84 |
"Select Mode:",
|
| 85 |
+
["🗣️ Chat with the Message", "🔍 Search Quotes Only"],
|
| 86 |
horizontal=True,
|
| 87 |
label_visibility="collapsed"
|
| 88 |
)
|