arborvitae commited on
Commit
7cf7b07
1 Parent(s): d637584

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -11
app.py CHANGED
@@ -112,18 +112,12 @@ def display_conversation(history):
112
  def main():
113
  st.markdown("<h1 style='text-align: center; color: blue;'>JurioSync📄 </h1>", unsafe_allow_html=True)
114
  st.markdown("<h3 style='text-align: center; color: grey;'>Ai Powered Legal Document Assistant</h3>", unsafe_allow_html=True)
115
-
116
-
117
-
118
-
119
- st.markdown("<h4 style color:black;'>File details</h4>", unsafe_allow_html=True)
120
  # You can display any additional file details here if needed
121
- st.markdown("<h4 style color:black;'>File preview</h4>", unsafe_allow_html=True)
122
- pdf_view = displayPDF(filepath)
123
-
124
-
125
- ingested_data = data_ingestion()
126
- st.success('Embeddings are created successfully!')
127
 
128
 
129
  # Initialize session state for generated responses and past messages
 
112
  def main():
113
  st.markdown("<h1 style='text-align: center; color: blue;'>JurioSync📄 </h1>", unsafe_allow_html=True)
114
  st.markdown("<h3 style='text-align: center; color: grey;'>Ai Powered Legal Document Assistant</h3>", unsafe_allow_html=True)
115
+ st.markdown("<h4 style color:black;'>File details</h4>", unsafe_allow_html=True)
 
 
 
 
116
  # You can display any additional file details here if needed
117
+ st.markdown("<h4 style color:black;'>File preview</h4>", unsafe_allow_html=True)
118
+ pdf_view = displayPDF(filepath)
119
+ ingested_data = data_ingestion()
120
+ st.success('Embeddings are created successfully!')
 
 
121
 
122
 
123
  # Initialize session state for generated responses and past messages