Update app.py
Browse files
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("""
|
| 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):
|