victormiller commited on
Commit
496e296
1 Parent(s): 17b2190

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -252,6 +252,7 @@ def intro():
252
  id="inner-text",
253
  )
254
 
 
255
 
256
  rt("/curated")(curated.curated)
257
 
 
252
  id="inner-text",
253
  )
254
 
255
+ rt("/overview")(overview.overview)
256
 
257
  rt("/curated")(curated.curated)
258