sserve-kr
Results
1
issues of
sserve-kr
I wrote a counter web app, but it has two counter. Here is the code I wrote: ```py def index(): return pc.center( pc.grid( pc.grid_item(pc.heading(f"{TestStateA.counter} {TestStateB.counter}"), row_span=1, col_span=3, text_align="center"), pc.grid_item(row_span=1, col_span=3),...
enhancement
help wanted