MCPcopy Create free account
hub / github.com/geekcomputers/Python / Page

Function Page

News_App/Newsapp.py:42–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40
41@sr.component
42def Page():
43 with sr.Column() as main:
44 with sr.Sidebar():
45 sr.Markdown("## **stock Analysis**")
46 sr.Select("Select stock", value=v, values=company)
47
48 select = Company_Name.get(v.value)
49
50 News(select)
51
52 return main

Callers

nothing calls this directly

Calls 2

NewsFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected