import streamlit as st def main(): print("Hello from semantic-alignment!") if __name__ == "__main__": main()