EnzoBustos commited on
Commit
942362b
·
1 Parent(s): 2ea9404

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -148,6 +148,6 @@ def main():
148
  for i in range(len(answers)):
149
  st.subheader(questions[i])
150
  st.subheader(answers[i])
151
- st.write("\n")
152
 
153
  main()
 
148
  for i in range(len(answers)):
149
  st.subheader(questions[i])
150
  st.subheader(answers[i])
151
+ st.write("\n\n")
152
 
153
  main()