Spaces:
Sleeping
Sleeping
Commit
·
5da87fd
1
Parent(s):
95fdd56
Update app.py
Browse files
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;'>
|
124 |
-
st.markdown("<h3 style='text-align: center; color: grey;'>
|
125 |
|
126 |
-
st.markdown("<h2 style='text-align: center; color:red;'>Upload your
|
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 |
|