eco_ILP / app.py
barrybit's picture
Update app.py
2f3a281 verified
raw
history blame contribute delete
207 Bytes
# Import necessary functions from user_tools.py
from helper.user_tools import create_gradio_interface
# Create Gradio components
demo = create_gradio_interface()
# Launch the Gradio interface
demo.launch()