Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
import yaml # Import the pyyaml package
|
3 |
-
from
|
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 = {
|