asitts commited on
Commit
5bb0d4e
Β·
1 Parent(s): 6b87a1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ st.set_page_config(page_title="HUD Audit Guide", page_icon="πŸ‚", layout="cente
10
  test_key_print = os.environ['OPENAI_KEY']
11
  st.write(test_key_print)
12
 
13
- openai.api_key = "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"
14
  st.title("Ask the HUD Audit Guide πŸ’¬πŸ€–")
15
  st.info("Check out more info on the complete HUD Audit Guide at the official [website](https://www.hudoig.gov/library/single-audit-guidance/hud-consolidated-audit-guide)", icon="πŸ“ƒ")
16
 
 
10
  test_key_print = os.environ['OPENAI_KEY']
11
  st.write(test_key_print)
12
 
13
+ openai.api_key = test_key_print
14
  st.title("Ask the HUD Audit Guide πŸ’¬πŸ€–")
15
  st.info("Check out more info on the complete HUD Audit Guide at the official [website](https://www.hudoig.gov/library/single-audit-guidance/hud-consolidated-audit-guide)", icon="πŸ“ƒ")
16