Sasidhar commited on
Commit
7082c91
·
1 Parent(s): cd07fae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import streamlit as st
2
  import yaml # Import the pyyaml package
3
- from backend_services import ServiceOne, ServiceTwo
4
 
5
  # List of available services
6
  services = {
 
1
  import streamlit as st
2
  import yaml # Import the pyyaml package
3
+ from services import ServiceOne, ServiceTwo
4
 
5
  # List of available services
6
  services = {