Manikandan-Alagu commited on
Commit
38e13f3
·
verified ·
1 Parent(s): d31cf22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ from langchain.chains import SequentialChain
15
  with open('Response.json', 'r') as file:
16
  RESPONSE_JSON = json.load(file)
17
 
18
- st.title("MCQs Creator Application with Langchain")
19
 
20
  with st.form("user_inputs"):
21
  uploader_file=st.file_uploader("Upload a PDF or Txt file")
 
15
  with open('Response.json', 'r') as file:
16
  RESPONSE_JSON = json.load(file)
17
 
18
+ st.title("MCQs Creator Application")
19
 
20
  with st.form("user_inputs"):
21
  uploader_file=st.file_uploader("Upload a PDF or Txt file")