Manikandan-Alagu commited on
Commit
51cfffb
·
verified ·
1 Parent(s): 1343b02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ with open('Response.json', 'r') as 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")
22
  mcq_count = st.text_input("No. of MCQS")
23
  subject = st.text_input("Insert subject", max_chars=20)
 
17
 
18
  st.title("MCQs Creator Application")
19
 
20
+ with st.markdown("user_inputs"):
21
  uploader_file = st.file_uploader("Upload a PDF or Txt file")
22
  mcq_count = st.text_input("No. of MCQS")
23
  subject = st.text_input("Insert subject", max_chars=20)