Spaces:
Running
Running
define tab
Browse files
app.py
CHANGED
@@ -30,6 +30,9 @@ url_api_generation_model = f"{abs_QA_module}/answer"
|
|
30 |
with open("./static/styles.css") as f:
|
31 |
st.markdown(f"<style>{f.read()}</style>", unsafe_allow_html=True)
|
32 |
|
|
|
|
|
|
|
33 |
# =============================
|
34 |
# TAB 1: VIBIDLQA CHATBOT
|
35 |
# =============================
|
|
|
30 |
with open("./static/styles.css") as f:
|
31 |
st.markdown(f"<style>{f.read()}</style>", unsafe_allow_html=True)
|
32 |
|
33 |
+
# ==== GIAO DIỆN CHÍNH - TABS ====
|
34 |
+
tab1, tab2 = st.tabs(["🤖 ViBidLQA Chatbot", "🔐 Facebook OAuth"])
|
35 |
+
|
36 |
# =============================
|
37 |
# TAB 1: VIBIDLQA CHATBOT
|
38 |
# =============================
|