Spaces:
Runtime error
Runtime error
import streamlit as st | |
st.write('https://huggingface.co/spaces/awacke1/Hackathon2022/') | |
import streamlit as st | |
def get_everyone_session(): | |
# This is for good - til container reboots. | |
DB_URL = "https://huggingface.co/spaces/awacke1/Hackathon2022" | |
engine = create_engine(DB_URL) | |
db_EditUrl = "https://huggingface.co/spaces/awacke1/Hackathon2022/edit/main/app.py" | |
return sessionmaker(engine) | |
dbsm = get_db_sessionmaker() |