ntphuc149 commited on
Commit
d478d08
·
verified ·
1 Parent(s): bb7225b

define tab

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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
  # =============================