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