xuandin commited on
Commit
620ddec
·
verified ·
1 Parent(s): 5682e8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -7
app.py CHANGED
@@ -121,20 +121,18 @@ with st.container():
121
  st.markdown("<p class='big-title'>SemViQA: A Semantic Question Answering System for Vietnamese Information Fact-Checking</p>", unsafe_allow_html=True)
122
  st.markdown("""
123
  <div style="text-align: center; margin-bottom: 20px;">
124
- <p><strong>Developed by:</strong></p>
125
  <p>
126
- <a href="https://github.com/DAVID-NGUYEN-S16">Nam V. Nguyen</a>,
127
- <a href="https://github.com/xndien2004">Dien X. Tran</a>,
128
  Thanh T. Tran,
129
  Anh T. Hoang,
130
  Tai V. Duong,
131
  Di T. Le,
132
  Phuc-Lu Le
133
- </p>
134
- <p><strong>Equal Contribution:</strong> Nam V. Nguyen, Dien X. Tran</p>
135
  </div>
136
  """, unsafe_allow_html=True)
137
- st.markdown("<p class='sub-title'>Enter the claim and context to verify its accuracy</p>", unsafe_allow_html=True)
138
 
139
  # Sidebar: Global Settings
140
  with st.sidebar.expander("⚙️ Settings", expanded=True):
@@ -658,4 +656,3 @@ If you use **SemViQA** in your research, please cite our work:
658
  '''
659
 
660
  st.markdown(about_content, unsafe_allow_html=True)
661
-
 
121
  st.markdown("<p class='big-title'>SemViQA: A Semantic Question Answering System for Vietnamese Information Fact-Checking</p>", unsafe_allow_html=True)
122
  st.markdown("""
123
  <div style="text-align: center; margin-bottom: 20px;">
 
124
  <p>
125
+ <a href="https://github.com/DAVID-NGUYEN-S16">Nam V. Nguyen</a>*,
126
+ <a href="https://github.com/xndien2004">Dien X. Tran</a>*,
127
  Thanh T. Tran,
128
  Anh T. Hoang,
129
  Tai V. Duong,
130
  Di T. Le,
131
  Phuc-Lu Le
132
+ </p>
 
133
  </div>
134
  """, unsafe_allow_html=True)
135
+ # st.markdown("<p class='sub-title'>Enter the claim and context to verify its accuracy</p>", unsafe_allow_html=True)
136
 
137
  # Sidebar: Global Settings
138
  with st.sidebar.expander("⚙️ Settings", expanded=True):
 
656
  '''
657
 
658
  st.markdown(about_content, unsafe_allow_html=True)