shukdevdatta123 commited on
Commit
d329293
·
verified ·
1 Parent(s): 13be39a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ if sidebar_option == "Introductory Tutorial":
63
  ]
64
 
65
  for title, desc in descriptions:
66
- st.subheader(f"### {title}")
67
  st.write(desc)
68
  st.write("---")
69
 
 
63
  ]
64
 
65
  for title, desc in descriptions:
66
+ st.subheader(title) # Removed the ### here
67
  st.write(desc)
68
  st.write("---")
69