Skip to content

Commit b666cc2

Browse files
committed
Update main.py
1 parent cf860ea commit b666cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def save_email(email):
4444
st.write("### Refill at this page [Github page](https://scrapegraphai.com)")
4545

4646
# Get the API key, URL, prompt, and optional schema from the user
47-
api_key = st.text_input('Enter your API key:')
47+
api_key = st.text_input('Enter your API key:', type="password")
4848
url = st.text_input('Enter the URL to scrape:')
4949
prompt = st.text_input('Enter your prompt:')
5050
schema = st.text_input('Enter your optional schema (leave blank if not needed):')

0 commit comments

Comments
 (0)