cordwainersmith commited on
Commit
906493f
·
1 Parent(s): bb7608d

typo Assignment

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -207,7 +207,7 @@ def main():
207
  # If authenticated, proceed with the main app
208
  if st.session_state.authenticated:
209
  # Main application content
210
- st.title("PWC Home Assigment #1, Graphrag")
211
 
212
  css = load_css()
213
  st.markdown(f"<style>{css}</style>", unsafe_allow_html=True)
 
207
  # If authenticated, proceed with the main app
208
  if st.session_state.authenticated:
209
  # Main application content
210
+ st.title("PWC Home Assignment #1, Graphrag")
211
 
212
  css = load_css()
213
  st.markdown(f"<style>{css}</style>", unsafe_allow_html=True)