Adoption commited on
Commit
dbb2346
·
verified ·
1 Parent(s): 2d36c12

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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 Bro. Branham", "🔍 Search Quotes Only"],
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
  )