We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf860ea commit b666cc2Copy full SHA for b666cc2
main.py
@@ -44,7 +44,7 @@ def save_email(email):
44
st.write("### Refill at this page [Github page](https://scrapegraphai.com)")
45
46
# Get the API key, URL, prompt, and optional schema from the user
47
-api_key = st.text_input('Enter your API key:')
+api_key = st.text_input('Enter your API key:', type="password")
48
url = st.text_input('Enter the URL to scrape:')
49
prompt = st.text_input('Enter your prompt:')
50
schema = st.text_input('Enter your optional schema (leave blank if not needed):')
0 commit comments