""" HuggingFace deployment module for AI Medical Chatbot. This module contains the Gradio-based web interface for the medical chatbot, designed for deployment on HuggingFace Spaces. Author: Ruslan Magana Vsevolodovna Website: https://ruslanmv.com License: Apache 2.0 """ __version__ = "2.0.0" __author__ = "Ruslan Magana Vsevolodovna" __email__ = "contact@ruslanmv.com" __license__ = "Apache-2.0" __all__ = ["app"]