Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import json
|
|
| 2 |
import streamlit as st
|
| 3 |
|
| 4 |
# Load the JSON file
|
| 5 |
-
with open('
|
| 6 |
role_data = json.load(file)
|
| 7 |
|
| 8 |
st.title("PrecisionCare Agent Interaction System")
|
|
|
|
| 2 |
import streamlit as st
|
| 3 |
|
| 4 |
# Load the JSON file
|
| 5 |
+
with open('prompt_configure.json', 'r') as file:
|
| 6 |
role_data = json.load(file)
|
| 7 |
|
| 8 |
st.title("PrecisionCare Agent Interaction System")
|