pranavnair2 commited on
Commit
cfc18c0
1 Parent(s): ca6f26f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -57,9 +57,9 @@ def main():
57
  st.set_page_config(page_title="Legal Assistant", page_icon=":robot_face:")
58
  st.write(css, unsafe_allow_html=True)
59
 
60
- st.markdown("<h1 style='text-align: center; color: red;'>AI Lawyer Bot 🤖</h1>", unsafe_allow_html=True)
61
  st.subheader("\"_Is that legal❓_\"")
62
- st.write("This bot is made to answer all you legal queries in the context of the Indian Penal Code")
63
  with st.expander("**Disclamer**"):
64
  st.write("1. **This is not legal advice**.")
65
  st.write("2. While the model has the context of the IPC it has not been fine-tuned and hence may not be able to answer all your queries. ")
 
57
  st.set_page_config(page_title="Legal Assistant", page_icon=":robot_face:")
58
  st.write(css, unsafe_allow_html=True)
59
 
60
+ st.markdown("<h1 style='text-align: center; color: red;font-family:Georgia'>AI Lawyer Bot 🤖</h1>", unsafe_allow_html=True)
61
  st.subheader("\"_Is that legal❓_\"")
62
+ st.write("This bot is made to answer all your legal queries in the context of the Indian Penal Code.")
63
  with st.expander("**Disclamer**"):
64
  st.write("1. **This is not legal advice**.")
65
  st.write("2. While the model has the context of the IPC it has not been fine-tuned and hence may not be able to answer all your queries. ")