MHRDYN7's picture
Deploy Anti-Hallucination Chat to personal Space
f3793b5 verified
Raw
History Blame Contribute Delete
198 Bytes
"""Streamlit entry: hallucination claim audit chat."""
from __future__ import annotations
from ui.chat import run_chat
def main() -> None:
run_chat()
if __name__ == "__main__":
main()