darly9991's picture
Update app.py
41fbf45 verified
raw
history blame contribute delete
108 Bytes
import streamlit as st
import water_quality_index
if __name__ == "__main__":
water_quality_index.run()