Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -234,7 +234,7 @@ if __name__ == "__main__":
|
|
234 |
patent_link = st.text_area(
|
235 |
"Enter Google Patent Link:",
|
236 |
value="https://patents.google.com/patent/US8676427B1/en",
|
237 |
-
height=
|
238 |
)
|
239 |
|
240 |
# Initialize session state
|
|
|
234 |
patent_link = st.text_area(
|
235 |
"Enter Google Patent Link:",
|
236 |
value="https://patents.google.com/patent/US8676427B1/en",
|
237 |
+
height=50
|
238 |
)
|
239 |
|
240 |
# Initialize session state
|