Entz commited on
Commit
19bea16
·
verified ·
1 Parent(s): 244bce6

Upload index.py

Browse files
Files changed (1) hide show
  1. index.py +1 -1
index.py CHANGED
@@ -131,7 +131,7 @@ def read_content_from_file(file_path):
131
  return f"Error: {file_path} not found."
132
 
133
  st.title("AI-Powered Registration System")
134
- st.markdown("*** If 403 or other connection errors, please refresh the page every 1 minute, because the backend server is being spun up. Developed by [email protected]**")
135
 
136
  if st.session_state.summary:
137
  st.success("Registration Complete!")
 
131
  return f"Error: {file_path} not found."
132
 
133
  st.title("AI-Powered Registration System")
134
+ st.markdown("If 403 or other connection errors, please refresh the page every 1 minute, because the backend server is being spun up. Developed by [email protected]")
135
 
136
  if st.session_state.summary:
137
  st.success("Registration Complete!")