arborvitae commited on
Commit
5da87fd
·
1 Parent(s): 95fdd56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -120,10 +120,10 @@ def display_conversation(history):
120
  message(history["generated"][i],key=str(i))
121
 
122
  def main():
123
- st.markdown("<h1 style='text-align: center; color: blue;'>Chat with your PDF 🦜📄 </h1>", unsafe_allow_html=True)
124
- st.markdown("<h3 style='text-align: center; color: grey;'>Built by <a href='https://github.com/AIAnytime'>AI Anytime with ❤️ </a></h3>", unsafe_allow_html=True)
125
 
126
- st.markdown("<h2 style='text-align: center; color:red;'>Upload your PDF 👇</h2>", unsafe_allow_html=True)
127
 
128
  uploaded_file = st.file_uploader("", type=["pdf"])
129
 
 
120
  message(history["generated"][i],key=str(i))
121
 
122
  def main():
123
+ st.markdown("<h1 style='text-align: center; color: blue;'>JurioSync📄 </h1>", unsafe_allow_html=True)
124
+ st.markdown("<h3 style='text-align: center; color: grey;'>Ai Powered Legal Document Assistant</h3>", unsafe_allow_html=True)
125
 
126
+ st.markdown("<h2 style='text-align: center; color:red;'>Upload your Legal Document 👇</h2>", unsafe_allow_html=True)
127
 
128
  uploaded_file = st.file_uploader("", type=["pdf"])
129