abanm commited on
Commit
1068688
·
verified ·
1 Parent(s): c75f25c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,8 +15,8 @@ st.set_page_config(page_title="💬 DUBSChat", layout="centered")
15
  # Sidebar Configuration
16
  with st.sidebar:
17
  Dubs_Key = st.text_input("Enter your Dubs Key", key="chatbot_api_key", type="password")
18
- st.markdown("### DUBS Settings")
19
- st.markdown("""[Other Features.]""")
20
  st.markdown("""Comming Soon!""")
21
 
22
  def call_api(message):
 
15
  # Sidebar Configuration
16
  with st.sidebar:
17
  Dubs_Key = st.text_input("Enter your Dubs Key", key="chatbot_api_key", type="password")
18
+ #st.markdown("### DUBS Settings")
19
+ st.markdown("""Dubs Recall""")
20
  st.markdown("""Comming Soon!""")
21
 
22
  def call_api(message):