Sasidhar commited on
Commit
aa366dd
·
1 Parent(s): 097fda5

Update app.py

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