Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ st.markdown(f"""
|
|
12 |
<img src="./app/static/ai.png"/>
|
13 |
</div>
|
14 |
""", unsafe_allow_html=True)
|
15 |
-
st.markdown("<h2 style='text-align: center;'>ViBidLawQA</h2>", unsafe_allow_html=True)
|
16 |
|
17 |
|
18 |
context = st.sidebar.text_area(label='Nội dung văn bản pháp luật Việt Nam:', placeholder='Vui lòng nhập nội dung văn bản pháp luật Việt Nam tại đây...', height=925)
|
|
|
12 |
<img src="./app/static/ai.png"/>
|
13 |
</div>
|
14 |
""", unsafe_allow_html=True)
|
15 |
+
st.markdown("<h2 style='text-align: center;'> ViBidLawQA</h2>", unsafe_allow_html=True)
|
16 |
|
17 |
|
18 |
context = st.sidebar.text_area(label='Nội dung văn bản pháp luật Việt Nam:', placeholder='Vui lòng nhập nội dung văn bản pháp luật Việt Nam tại đây...', height=925)
|