Update app.py
Browse files
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:",
|
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.")
|