victormiller commited on
Commit
c15c7a5
1 Parent(s): 7b25e42

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -96,7 +96,7 @@ def main():
96
  hx_target="#inner-text",
97
  ),
98
  Div(
99
- A("Common Steps", href="#inner-text"),
100
  hx_get="/common",
101
  hx_target="#inner-text",
102
  ),
 
96
  hx_target="#inner-text",
97
  ),
98
  Div(
99
+ A("Global Processing Steps", href="#inner-text"),
100
  hx_get="/common",
101
  hx_target="#inner-text",
102
  ),