CoolFace
Apppublic

Rockingstar1/llm-human-code-detection

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
rxconfig.py9 linesDownload Raw Back to reflex_ui
1import reflex as rx2 3config = rx.Config(4    app_name="reflex_ui",5    telemetry_enabled=False,6    disable_plugins=["reflex.plugins.sitemap.SitemapPlugin"],7)8 9 
Rockingstar1/llm-human-code-detection · CoolFace