MOHAMMED-N commited on
Commit
aa0ebb3
·
verified ·
1 Parent(s): 4b0a455

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -11
app.py CHANGED
@@ -15,17 +15,6 @@ def main():
15
  local_file = "Policies001.pdf"
16
  index_folder = "faiss_index"
17
 
18
- st.markdown(
19
- """
20
- <style>
21
- .rtl {
22
- direction: rtl;
23
- text-align: right;
24
- }
25
- </style>
26
- """,
27
- unsafe_allow_html=True
28
- )
29
 
30
  # Step 1: Load Embeddings
31
  embeddings = load_embeddings()
 
15
  local_file = "Policies001.pdf"
16
  index_folder = "faiss_index"
17
 
 
 
 
 
 
 
 
 
 
 
 
18
 
19
  # Step 1: Load Embeddings
20
  embeddings = load_embeddings()