Skip to content

Commit

Permalink
Merge pull request #2 from zsquare12/rm-key
Browse files Browse the repository at this point in the history
key removed
  • Loading branch information
jitendra-ky authored Sep 6, 2024
2 parents 2e7f7ea + e7a0da0 commit 34ed828
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
layout="wide",
)
st.title("📃 CareerCraft")
st.write(1.1)

# Display a message with a LinkedIn profile link
st.write("Developed by [Jitendra-Kumar](https://www.linkedin.com/in/jitendra-ky)")


avs.add_vertical_space(4)

# key = os.getenv('GOOGLE_API_KEY')
key ="AIzaSyA7DPMBYgeuLSySIB7hDHNeF8qFahSjzB4"
key = os.getenv('GOOGLE_API_KEY')
genai.configure(api_key=key)


Expand Down
5 changes: 5 additions & 0 deletions notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
### command to set webapp environment vriables
```
az webapp config appsettings set --name <app-name> --resource-group <name-rs-group> --settings GOOGLE_API_KEY=<value>
az webapp config appsettings list --name <app-name> --resource-group <name-rs-group>
```

0 comments on commit 34ed828

Please sign in to comment.