simple_forecast / app.py
azizalto's picture
test commit
44ebc9f
import streamlit as st
def app():
st.write("Hello, World!")
if __name__ == "__main__":
app()