Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 =
|
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 |
|