Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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")
|