MCPcopy Index your code
hub / github.com/Hrishikesh332/dev-ai / main

Function main

app.py:383–392  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

381 """, unsafe_allow_html=True)
382
383def main():
384 query_params = st.query_params
385 page = query_params.get("page", "chat")[0] if query_params.get("page") else "chat"
386
387 if page == "chat":
388 chat_page()
389 elif page == "add_product":
390 add_product_main()
391 elif page == "visual_search":
392 visual_search_main()
393
394if __name__ == "__main__":
395 main()

Callers 1

app.pyFile · 0.70

Calls 1

chat_pageFunction · 0.85

Tested by

no test coverage detected