DrishtiSharma commited on
Commit
8a05c24
Β·
verified Β·
1 Parent(s): 4b3c99f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -128,7 +128,7 @@ if __name__ == "__main__":
128
  )
129
  st.header("πŸ“– Patent Chat: Google Patents Chat Demo")
130
 
131
- patent_link = st.text_input("Enter Google Patent Link:", key="PATENT_LINK")
132
 
133
  if not patent_link:
134
  st.warning("Please enter a Google patent link to proceed.")
 
128
  )
129
  st.header("πŸ“– Patent Chat: Google Patents Chat Demo")
130
 
131
+ patent_link = st.text_input("Enter Google Patent Link:", "https://patents.google.com/patent/US8676427B1/en")
132
 
133
  if not patent_link:
134
  st.warning("Please enter a Google patent link to proceed.")