DrishtiSharma commited on
Commit
aa98a3f
·
verified ·
1 Parent(s): 9d0b952

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ llm_judge.verbose = True
42
  rag_llm.verbose = True
43
 
44
  # ----------------- PDF Selection -----------------
45
- st.subheader("PDF Selection")
46
  pdf_source = st.radio("Choose a PDF source:", ["Upload a PDF file", "Enter a PDF URL"], index=0, horizontal=True)
47
 
48
  if pdf_source == "Upload a PDF file":
 
42
  rag_llm.verbose = True
43
 
44
  # ----------------- PDF Selection -----------------
45
+ #st.subheader("PDF Selection")
46
  pdf_source = st.radio("Choose a PDF source:", ["Upload a PDF file", "Enter a PDF URL"], index=0, horizontal=True)
47
 
48
  if pdf_source == "Upload a PDF file":