Ashar086 commited on
Commit
44e6ace
·
verified ·
1 Parent(s): 389c108

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import json
2
  import streamlit as st
3
 
4
  # Load the JSON file
5
- with open('role_configure.json', 'r') as file:
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")