Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ with open("./static/styles.css") as f:
|
|
35 |
st.markdown(f"<style>{f.read()}</style>", unsafe_allow_html=True)
|
36 |
|
37 |
# ==== GIAO DIỆN CHÍNH - TABS ====
|
38 |
-
|
39 |
|
40 |
# =============================
|
41 |
# TAB 1: VIBIDLQA CHATBOT
|
|
|
35 |
st.markdown(f"<style>{f.read()}</style>", unsafe_allow_html=True)
|
36 |
|
37 |
# ==== GIAO DIỆN CHÍNH - TABS ====
|
38 |
+
tab1, tab2 = st.tabs(["🤖 ViBidLQA Chatbot", "🔐 Facebook OAuth"])
|
39 |
|
40 |
# =============================
|
41 |
# TAB 1: VIBIDLQA CHATBOT
|