a9f7e11
1
2
3
4
5
6
7
8
9
10
import streamlit as st def main(): print("Hello from semantic-alignment!") if __name__ == "__main__": main()