Sasidhar commited on
Commit
711f1b0
·
1 Parent(s): 0bfd609

Update app.py

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